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