Queries
mev-shield-next-key
The MEV Shield ML-KEM-768 public key (0x-hex) used to encrypt shielded txs, or None.
Category: Chain
Parameters
This read takes no parameters.
CLI
btcli query mev-shield-next-key --jsonPython
Typed namespace method (autocomplete, signature help):
import bittensor as sub
async with sub.Client("finney") as client:
result = await client.chain.mev_shield_next_key()Or dispatch by name, as an agent would:
result = await client.read("mev_shield_next_key")