Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSighash ¶
func GetSighash(asset *xc.ChainBaseConfig, sigData []byte) []byte
Types ¶
type Cw20MsgTransfer ¶
type Cw20MsgTransfer struct {
Transfer *Cw20Transfer `json:"transfer,omitempty"`
}
type Cw20Transfer ¶
type Tx ¶
type Tx struct { ChainCfg *xc.ChainBaseConfig Input tx_input.TxInput Msgs []types.Msg Fees types.Coins SignerPublicKey []byte Memo string // contains filtered or unexported fields }
Tx for Cosmos
func (*Tx) AddSignatures ¶
func (tx *Tx) AddSignatures(signatures ...xc.TxSignature) error
AddSignatures adds a signature to Tx
func (Tx) GetSignatures ¶
func (tx Tx) GetSignatures() []xc.TxSignature
Click to show internal directories.
Click to hide internal directories.