Versions in this module Expand all Collapse all v0 v0.0.5 Mar 25, 2019 v0.0.4 Feb 22, 2019 Changes in this version + const CodeInvalidInput + const CodeSenderAccountCoinsNotEnough + const CodeSenderAccountNotExists + const DefaultCodeSpace + func ErrInvalidInput(codeSpace btypes.CodespaceType, msg string) btypes.Error + func ErrSenderAccountCoinsNotEnough(codeSpace btypes.CodespaceType, msg string) btypes.Error + func ErrSenderAccountNotExists(codeSpace btypes.CodespaceType, msg string) btypes.Error + func RegisterCodec(cdc *amino.Codec) + type TxTransfer struct + Receivers transfertypes.TransItems + Senders transfertypes.TransItems + func (tx TxTransfer) CalcGas() btypes.BigInt + func (tx TxTransfer) Exec(ctx context.Context) (result btypes.Result, crossTxQcp *txs.TxQcp) + func (tx TxTransfer) GetGasPayer() btypes.Address + func (tx TxTransfer) GetSignData() (ret []byte) + func (tx TxTransfer) GetSigner() []btypes.Address + func (tx TxTransfer) ValidateData(ctx context.Context) error