package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# Functions

DefaultTxEncoder logic for standard transaction encoding.
MultiSignatureDataToAminoMultisignature converts a MultiSignatureData to an AminoMultisignature.
Deprecated: NewStdFee returns a new instance of StdFee.
Deprecated.
Deprecated.
No description provided by the author
No description provided by the author
SignatureDataToAminoSignature converts a SignatureData to amino-encoded signature bytes.
SignatureV2ToStdSignature converts a SignatureV2 to a StdSignature [Deprecated].
StdSignatureToSignatureV2 converts a StdSignature to a SignatureV2.
StdSignBytes returns the bytes to sign for a transaction.

# Structs

StdFee includes the amount of coins paid in fees and the maximum gas to be used by the transaction.
Deprecated: StdSignature represents a sig.
StdSignDoc is replay-prevention structure.
StdSignMsg is a convenience structure for passing along a Msg with the other requirements for a StdSignDoc before it is signed.
StdTip is the tips used in a tipped transaction.
StdTx is the legacy transaction format for wrapping a Msg with Fee and Signatures.
StdTxBuilder wraps StdTx to implement to the context.TxBuilder interface.
StdTxConfig is a context.TxConfig for StdTx.

# Interfaces

LegacyMsg defines the old interface a message must fulfill, containing Amino signing method and legacy router info.

# Type aliases

Unmarshaler is a generic type for Unmarshal functions.