tx

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2018 License: Apache-2.0 Imports: 5 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      types.Address `json:"from"`
	To        types.Address `json:"to"`
	Coin      bctypes.Coin  `json:"coin"`
	Timestamp int64         `json:timestamp`
}

func NewSendTx

func NewSendTx(from types.Address, to types.Address, coin bctypes.Coin) SendTx

func (*SendTx) CalcGas

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

func (*SendTx) Exec

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

func (*SendTx) GetGasPayer

func (tx *SendTx) GetGasPayer() types.Address

func (*SendTx) GetSignData

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

func (*SendTx) GetSigner

func (tx *SendTx) GetSigner() []types.Address

func (*SendTx) ValidateData

func (tx *SendTx) ValidateData() bool

Jump to

Keyboard shortcuts

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