Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cdc *amino.Codec
Functions ¶
This section is empty.
Types ¶
type StdSignMsg ¶
type StdSignMsg struct { ChainID string `json:"chain_id"` AccountNumber uint64 `json:"account_number"` Sequence uint64 `json:"sequence"` Fee auth.StdFee `json:"fee"` Msgs []sdk.Msg `json:"msgs"` Memo string `json:"memo"` }
StdSignMsg is a convenience structure for passing along a Msg with the other requirements for a StdSignDoc before it is signed. For use in the CLI.
Click to show internal directories.
Click to hide internal directories.