system
accountNextIndex(accountId: AccountId): Index
AccountId): Indexinterface:
api.rpc.system.accountNextIndexjsonrpc:
system_accountNextIndexsummary: Retrieves the next accountIndex as available on the node.
addLogFilter(directives: Text): Null
Text): Nullinterface:
api.rpc.system.addLogFilterjsonrpc:
system_addLogFiltersummary: Adds the supplied directives to the current log filter.
addReservedPeer(peer: Text): Text
Text): Textinterface:
api.rpc.system.addReservedPeerjsonrpc:
system_addReservedPeersummary: Adds a reserved peer.
chain(): Text
Textinterface:
api.rpc.system.chainjsonrpc:
system_chainsummary: Retrieves the chain.
chainType(): ChainType
ChainTypeinterface:
api.rpc.system.chainTypejsonrpc:
system_chainTypesummary: Retrieves the chain type.
dryRun(extrinsic: Bytes, at?: BlockHash): ApplyExtrinsicResult
Bytes, at?: BlockHash): ApplyExtrinsicResultinterface:
api.rpc.system.dryRunjsonrpc:
system_dryRun(alias=system_dryRunAt)summary: Dry runs an extrinsic at a given block.
health(): Health
Healthinterface:
api.rpc.system.healthjsonrpc:
system_healthsummary: Returns the health status of the node.
localListenAddresses(): Vec<Text>
Vec<Text>interface:
api.rpc.system.localListenAddressesjsonrpc:
system_localListenAddressessummary: The addresses include a trailing /p2p/ with the local PeerId, and are thus suitable to be passed to addReservedPeer or as a bootnode address for example.
localPeerId(): Text
Textinterface:
api.rpc.system.localPeerIdjsonrpc:
system_localPeerIdsummary: Returns the base58-encoded PeerId of the node.
name(): Text
Textinterface:
api.rpc.system.namejsonrpc:
system_namesummary: Retrieves the node name.
nodeRoles(): Vec<NodeRole>
Vec<NodeRole>interface:
api.rpc.system.nodeRolesjsonrpc:
system_nodeRolessummary: Returns the roles the node is running as.
peers(): Vec<PeerInfo>
Vec<PeerInfo>interface:
api.rpc.system.peersjsonrpc:
system_peerssummary: Returns the currently connected peers.
properties(): ChainProperties
ChainPropertiesinterface:
api.rpc.system.propertiesjsonrpc:
system_propertiessummary: Gets a custom set of properties as a JSON object, defined in the chain specification.
removeReservedPeer(peerId: Text): Text
Text): Textinterface:
api.rpc.system.removeReservedPeerjsonrpc:
system_removeReservedPeersummary: Removes a reserved peer.
reservedPeers(): Vec<Text>
Vec<Text>interface:
api.rpc.system.reservedPeersjsonrpc:
system_reservedPeerssummary: Returns the list of reserved peers.
resetLogFilter(): Null
Nullinterface:
api.rpc.system.resetLogFilterjsonrpc:
system_resetLogFiltersummary: Resets the log filter to Substrate defaults.
syncState(): SyncState
SyncStateinterface:
api.rpc.system.syncStatejsonrpc:
system_syncStatesummary: Returns the state of the syncing of the node.
version(): Text
Textinterface:
api.rpc.system.versionjsonrpc:
system_versionsummary: Retrieves the version of the node.
Last updated