tx

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2019 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SendTx

type SendTx struct {
	From btypes.AccAddress `json:"from"`
	To   btypes.AccAddress `json:"to"`
	Coin btypes.BaseCoin   `json:"coin"`
}

func NewSendTx

func NewSendTx(from btypes.AccAddress, to btypes.AccAddress, coin btypes.BaseCoin) SendTx

func (*SendTx) CalcGas

func (tx *SendTx) CalcGas() btypes.BigInt

func (*SendTx) Exec

func (tx *SendTx) Exec(ctx context.Context) (result btypes.Result, crossTxQcps *txs.TxQcp)

func (*SendTx) GetGasPayer

func (tx *SendTx) GetGasPayer() btypes.AccAddress

func (*SendTx) GetSignData

func (tx *SendTx) GetSignData() []byte

func (*SendTx) GetSigner

func (tx *SendTx) GetSigner() []btypes.AccAddress

func (*SendTx) ValidateData

func (tx *SendTx) ValidateData(ctx context.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL