Expand description
Substrate json RPC module with limited functionalites
TODO: need further polish
Modules§
Structs§
Enums§
- Era
- An era to describe the longevity of a transaction.
Traits§
Functions§
- create_
transaction - create_
transaction_ ext - Creates an extrinsic
- get_
block_ hash - Gets the block hash at a certain height (None for the latest block)
- get_
finalized_ head - Gets the latest hash of the finalized header
- get_
genesis_ hash - Gets the block hash at block zero
- get_
header - Gets revalant block header by given block hash
Only work with chains define generic patterns like
Header<u32, BlakeTwo256>
- get_
next_ nonce - Gets the next nonce of the target account
- get_
runtime_ version - get_
ss58addr_ version - get_
storage - Gets the storage from the give RPC node
- query_
contract - Query a wasm smart contract
- send_
transaction