Documentation ¶
Index ¶
- func GetBlockByHashHandler(blockHash string) (interface{}, error)
- func GetBlockCountHandler() (interface{}, error)
- func GetBlocksHandler(orderString string, skip, limit int64) (interface{}, error)
- func GetFeeEstimatesHandler() (interface{}, error)
- func GetTransactionByHashHandler(txHash string) (interface{}, error)
- func GetTransactionByIDHandler(txID string) (interface{}, error)
- func GetTransactionCountByAddressHandler(address string) (interface{}, error)
- func GetTransactionDoubleSpends(txID string) (interface{}, error)
- func GetTransactionsByAddressHandler(address string, skip, limit int64) (interface{}, error)
- func GetTransactionsByBlockHashHandler(blockHash string) (interface{}, error)
- func GetUTXOsByAddressHandler(address string) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBlockByHashHandler ¶
GetBlockByHashHandler returns a block by a given hash.
func GetBlockCountHandler ¶
func GetBlockCountHandler() (interface{}, error)
GetBlockCountHandler returns the total number of blocks.
func GetBlocksHandler ¶
GetBlocksHandler searches for all blocks
func GetFeeEstimatesHandler ¶
func GetFeeEstimatesHandler() (interface{}, error)
GetFeeEstimatesHandler returns the fee estimates for different priorities for accepting a transaction in the DAG.
func GetTransactionByHashHandler ¶
GetTransactionByHashHandler returns a transaction by a given transaction hash.
func GetTransactionByIDHandler ¶
GetTransactionByIDHandler returns a transaction by a given transaction ID.
func GetTransactionCountByAddressHandler ¶
GetTransactionCountByAddressHandler returns the total number of transactions by address.
func GetTransactionDoubleSpends ¶
GetTransactionDoubleSpends returns array of transactions that spend at least one of the same inputs as the given transaction
func GetTransactionsByAddressHandler ¶
GetTransactionsByAddressHandler searches for all transactions where the given address is either an input or an output.
func GetTransactionsByBlockHashHandler ¶
GetTransactionsByBlockHashHandler retrieves all transactions included by the block with the given blockHash.
func GetUTXOsByAddressHandler ¶
GetUTXOsByAddressHandler searches for all UTXOs that belong to a certain address.
Types ¶
This section is empty.