Runtime Pallets
EvmChainId
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
api.tx.evmChainId.setChainId
function setChainId(
chain_id: Compact<u64>
)
api.query.evmChainId.chainId
function chainId(
): u64
api.events.evmChainId.ChainIdSet
type ChainIdSet = {
param0: u64
}
Was this page helpful?