Documentation ¶
Index ¶
- func Eth_GetBlockByHash(host string, token string, blockHash string, log *xlog.XLog) (string, error)
- func Eth_GetBlockByNumber(host string, token string, number string, log *xlog.XLog) (string, error)
- func Eth_GetBlockReceiptByBlockHash(host string, token string, hash string, log *xlog.XLog) (string, error)
- func Eth_GetBlockReceiptByBlockNumber(host string, token string, number string, log *xlog.XLog) (string, error)
- func Eth_GetTransactionByHash(host string, token string, hash string, log *xlog.XLog) (string, error)
- func Eth_GetTransactionReceiptByHash(host string, token string, hash string, log *xlog.XLog) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Eth_GetBlockByHash ¶
func Eth_GetBlockByNumber ¶
Eth_GetBlockByNumber number: hex value of block number
func Eth_GetBlockReceiptByBlockHash ¶
func Eth_GetBlockReceiptByBlockHash(host string, token string, hash string, log *xlog.XLog) (string, error)
Eth_GetBlockReceiptByBlockHash number: hex value of block number
func Eth_GetBlockReceiptByBlockNumber ¶
func Eth_GetBlockReceiptByBlockNumber(host string, token string, number string, log *xlog.XLog) (string, error)
Eth_GetBlockReceiptByBlockNumber number: hex value of block number
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.