package
0.43.1
Repository: https://github.com/puneetsingh166/onomy-sdk.git
Documentation: pkg.go.dev

# 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.
QueryAccountRequestHandlerFn is the 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.

# Constants

REST query and parameter values.

# Variables

ErrEncodeDecode is the error to show when encoding/decoding txs that are not amino-serializable (e.g.

# 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