executor

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: May 22, 2020 License: GPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallArgs

type CallArgs struct {
	From     common.Address  `json:"from"`
	To       *common.Address `json:"to"`
	Gas      hexutil.Uint64  `json:"gas"`
	GasPrice hexutil.Big     `json:"gasPrice"`
	Value    hexutil.Big     `json:"value"`
	Data     hexutil.Bytes   `json:"data"`
}

type GasHelper

type GasHelper struct {
	// contains filtered or unexported fields
}

func NewGasHelper

func NewGasHelper(blockchain *core.BlockChain, chain cross.SimpleChain) *GasHelper

type SimpleExecutor

type SimpleExecutor struct {
	// contains filtered or unexported fields
}

func NewSimpleExecutor

func NewSimpleExecutor(chain cross.SimpleChain, anchor common.Address, contract common.Address, signHash cc.SignHash) (*SimpleExecutor, error)

func (*SimpleExecutor) Start

func (exe *SimpleExecutor) Start()

func (*SimpleExecutor) Stop

func (exe *SimpleExecutor) Stop()

func (*SimpleExecutor) SubmitTransaction

func (exe *SimpleExecutor) SubmitTransaction(rtxs []*cc.ReceptTransaction)

type TranParam

type TranParam struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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