states

package
v0.0.0-...-67468a5 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContractInvokeParam

type ContractInvokeParam struct {
	Version byte
	Address common.Address
	Method  string
	Args    []byte
}

Invoke smart contract struct Param Version: invoke smart contract version, default 0 Param Address: invoke on blockchain smart contract by address Param Method: invoke smart contract method, default "" Param Args: invoke smart contract arguments

func (*ContractInvokeParam) Deserialization

func (this *ContractInvokeParam) Deserialization(source *common.ZeroCopySource) error

`ContractInvokeParam.Args` has reference of `source`

func (*ContractInvokeParam) Deserialize

func (this *ContractInvokeParam) Deserialize(r io.Reader) error

Deserialize contract

func (*ContractInvokeParam) Serialization

func (this *ContractInvokeParam) Serialization(sink *common.ZeroCopySink)

func (*ContractInvokeParam) Serialize

func (this *ContractInvokeParam) Serialize(w io.Writer) error

Serialize contract

type PreExecResult

type PreExecResult struct {
	State  byte
	Gas    uint64
	Result interface{}
	Notify []*event.NotifyEventInfo
}

Jump to

Keyboard shortcuts

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