Documentation ¶
Index ¶
- func Account(client RPCClient, address crypto.Address) (*acm.Account, error)
- func Block(client RPCClient, height int) (*rpc.ResultBlock, error)
- func Blocks(client RPCClient, minHeight, maxHeight int) (*rpc.ResultBlocks, error)
- func ChainId(client RPCClient) (*rpc.ResultChainId, error)
- func Consensus(client RPCClient) (*rpc.ResultConsensusState, error)
- func DumpStorage(client RPCClient, address crypto.Address) (*rpc.ResultDumpStorage, error)
- func Name(client RPCClient, name string) (*names.Entry, error)
- func Status(client RPCClient) (*rpc.ResultStatus, error)
- func Storage(client RPCClient, address crypto.Address, key []byte) ([]byte, error)
- func UnconfirmedTxs(client RPCClient, maxTxs int) (*rpc.ResultUnconfirmedTxs, error)
- func Validators(client RPCClient) (*rpc.ResultValidators, error)
- type RPCClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpStorage ¶
func UnconfirmedTxs ¶
func UnconfirmedTxs(client RPCClient, maxTxs int) (*rpc.ResultUnconfirmedTxs, error)
func Validators ¶
func Validators(client RPCClient) (*rpc.ResultValidators, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.