Versions in this module Expand all Collapse all v1 v1.2.2 Nov 3, 2021 Changes in this version + const CodeOk + const Source + var Cdc = amino.NewCodec() + func RegisterAmino(cdc *amino.Codec) + func RegisterCodec(cdc *amino.Codec) + func StdSignBytes(chainID string, accnum int64, sequence int64, msgs []msg.Msg, memo string, ...) []byte + type Option func(*StdSignMsg) *StdSignMsg + func WithAcNumAndSequence(accountNum, seq int64) Option + func WithChainID(id string) Option + func WithMemo(memo string) Option + func WithSource(source int64) Option + type StdSignDoc struct + AccountNumber int64 + ChainID string + Data []byte + Memo string + Msgs []json.RawMessage + Sequence int64 + Source int64 + type StdSignMsg struct + AccountNumber int64 + ChainID string + Data []byte + Memo string + Msgs []msg.Msg + Sequence int64 + Source int64 + func (msg StdSignMsg) Bytes() []byte + type StdSignature struct + AccountNumber int64 + Sequence int64 + Signature []byte + type StdTx struct + Data []byte + Memo string + Msgs []msg.Msg + Signatures []StdSignature + Source int64 + func NewStdTx(msgs []msg.Msg, sigs []StdSignature, memo string, source int64, data []byte) StdTx + func (tx StdTx) GetMsgs() []msg.Msg + type Tx interface + GetMsgs func() []msg.Msg + type TxCommitResult struct + Code int32 + Data string + Hash string + Log string + Ok bool + type TxResult struct + Code int32 + Data string + Hash string + Log string