package
0.1.9
Repository: https://github.com/aximchain/axc-cosmos-sdk.git
Documentation: pkg.go.dev

# Functions

CompleteAndBroadcastTxCli implements a utility function that facilitates sending a series of messages in a signed transaction given a TxBuilder and a QueryContext.
CompleteAndBroadcastTxREST implements a utility function that facilitates sending a series of messages in a signed transaction given a TxBuilder and a QueryContext.
No description provided by the author
HasDryRunArg returns true if the request's URL query contains the dry run argument and its value is set to "true".
HasGenerateOnlyArg returns whether a URL's query "generate-only" parameter is set to "true".
ParseFloat64OrReturnBadRequest converts s to a float64 value.
ParseInt64OrReturnBadRequest converts s to a int64 value.
PostProcessResponse performs post process for rest response.
PrintUnsignedStdTx builds an unsigned StdTx and prints it to os.Stdout.
ReadRESTReq is a simple convenience wrapper that reads the body and unmarshals to the req interface.
SignStdTx appends a signature to a StdTx and returns a copy of a it.
WriteErrorResponse prepares and writes a HTTP error given a status code and an error message.
WriteGenerateStdTxResponse writes response for the generate_only mode.
No description provided by the author

# Structs

BaseReq defines a structure that can be embedded in other request structures that all share common "base" fields.