system
Method Name: accountNextIndex
Parameter: accountId - AccountId
Return Type: Index
interface: api.rpc.system.accountNextIndexjsonrpc: system_accountNextIndex
The accountNextIndex method retrieves the next accountIndex as available on the node for the given parameter accountId.
Method Name: addLogFilter
Parameter: directives - Text
Return Type: Null
interface: api.rpc.system.addLogFilterjsonrpc: system_addLogFilter
The addLogFilter method adds the supplied directives to the current log filter for the given parameter directives.
Method Name: addLogFilter
Parameter: directives - Text
Return Type: Null
interface: api.rpc.system.addLogFilterjsonrpc: system_addLogFilter
The addLogFilter method adds the supplied directives to the current log filter for the given parameter directives.
Method Name: addReservedPeer
Parameter: peer - Text
Return Type: Text
interface: api.rpc.system.addReservedPeerjsonrpc: system_addReservedPeer
The addReservedPeer method adds a reserved peer for the given parameter peer.
Method Name: chain
Parameter: -
Return Type: Text
interface: api.rpc.system.chainjsonrpc: system_chain
The chain method retrieves the chain.
Method Name: chainType
Parameter: -
Return Type: ChainType
interface: api.rpc.system.chainType
jsonrpc: system_chainType
The chainType method retrieves the chain type.
Method Name: dryRun
Parameter: extrinsic - Bytes, at - BlockHash
Return Type: ApplyExtrinsicResult
interface: api.rpc.system.dryRunjsonrpc: system_dryRun
The dryRun method Dry run an extrinsic at a given block for the given parameter extrinsic and at.
Method Name: health
Parameter: -
Return Type: Health
interface: api.rpc.system.healthjsonrpc: system_health
The health method returns the health status of the node.
Method Name: localListenAddresses
Parameter: -
Return Type: Vec<Text>
interface: api.rpc.system.localListenAddressesjsonrpc: system_localListenAddresses
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.
Method Name: localPeerId
Parameter: -
Return Type: Text
interface: api.rpc.system.localPeerIdjsonrpc: system_localPeerId
The localPeerId method returns the base58-encoded PeerId of the node.
Method Name: name
Parameter: -
Return Type:Text
interface: api.rpc.system.namejsonrpc: system_name
The name method retrieves the node name.
Method Name: networkState
Parameter: -
Return Type: NetworkState
interface: api.rpc.system.networkStatejsonrpc: system_networkState
The networkState method returns current state of the network.
Method Name: nodeRoles
Parameter:-
Return Type: Vec<NodeRole>
interface: api.rpc.system.nodeRolesjsonrpc: system_nodeRoles
The nodeRoles method returns the roles the node is running as.
Method Name: peers
Parameter: -
Return Type: Vec<PeerInfo>
interface: api.rpc.system.peersjsonrpc: system_peers
The nodeRoles method returns the currently connected peers.
Method Name: properties
Parameter: -
Return Type: ChainProperties
interface: api.rpc.system.propertiesjsonrpc: system_properties
The properties method gets a custom set of properties as a JSON object, defined in the chain spec.
Method Name: removeReservedPeer
Parameter: peerId - Text
Return Type: Text
interface: api.rpc.system.removeReservedPeerjsonrpc: system_removeReservedPeer
The removeReservedPeer method removes a reserved peer for the given parameter text.
Method Name: reservedPeers
Parameter: -
Return Type: Vec<Text>
interface: api.rpc.system.reservedPeersjsonrpc: system_reservedPeers
The reservedPeers method returns the list of reserved peers.
Method Name: resetLogFilter
Parameter: -
Return Type: Null
interface: api.rpc.system.resetLogFilterjsonrpc: system_resetLogFilter
The resetLogFilter method resets the log filter to Substrate defaults.
Method Name: syncState
Parameter: -
Return Type: SyncState
interface: api.rpc.system.syncStatejsonrpc: system_syncState
The syncState method returns the state of the syncing of the node.
Method Name: version
Parameter: -
Return Type: Text
interface: api.rpc.system.versionjsonrpc: system_version
The version method retrieves the version of the node.
Last updated