# Functions
DecodeTx returns a Tx from a []byte.
EncodeTx returns a []byte or error.
ErrorBadTx is returned when menta can't deserialize a Tx.
ErrorNoHandler is returned when menta can't find a handler for a given route.
No description provided by the author
No description provided by the author
No description provided by the author
ResultError is returned on an error with a non-zero code.
# Constants
BadQuery - in store query.
BadTx - no bueno, couldn't decode it or something like that.
HandlerNotFound - yep...we couldn't find it.
NotFound - catch all.
OK - all is bueno with the executed Tx.
# Structs
No description provided by the author
No description provided by the author
Result is it returned from a menta app TxHandler By default 'Code' will be zero which mean 'Ok' to tendermint.
Transaction model across client and node.
# Interfaces
Service is the primary interface to implement for application services.