states

package
v1.8.3 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2022 License: LGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const MAX_NATIVE_VERSION = 0

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) Serialization

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

type PreExecResult

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

Jump to

Keyboard shortcuts

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