# Functions
BroadcastTxRequest implements a tx broadcasting handler that is responsible for broadcasting a valid and signed tx to a full node.
DecodeTxRequestHandlerFn returns the decode tx REST handler.
EncodeTxRequestHandlerFn returns the encode tx REST handler.
EstimateGas.
QueryAccountRequestHandlerFn - query accountREST Handler.
QueryTxRequestHandlerFn implements a REST handler that queries a transaction by hash in a committed block.
QueryTxsRequestHandlerFn implements a REST handler that searches for transactions.
RegisterRoutes registers the auth module REST routes.
RegisterTxRoutes registers all transaction routes on the provided router.
# Structs
BroadcastReq defines a tx broadcasting request.
No description provided by the author
EncodeResp defines a tx encoding response.
# Type aliases
No description provided by the author