native

package module
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2022 License: Apache-2.0 Imports: 26 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsNative

func IsNative(contractName string, txType commonPb.TxType) bool

IsNative is a native contract @param contractName @param txType @return bool

func IsNativeContract

func IsNativeContract(contractName string) bool

IsNativeContract return is native contract name

func IsNativeTxType

func IsNativeTxType(txType commonPb.TxType) bool

IsNativeTxType return is native contract supported transaction type TODO: Devin: Remove it

Types

type RuntimeInstance

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

RuntimeInstance native contract runtime instance

func GetRuntimeInstance

func GetRuntimeInstance(chainId string, defaultGas uint64, log protocol.Logger) *RuntimeInstance

GetRuntimeInstance get singleton RuntimeInstance

func (*RuntimeInstance) Invoke

func (r *RuntimeInstance) Invoke(contract *commonPb.Contract, methodName string, _ []byte, parameters map[string][]byte,
	txContext protocol.TxSimContext) *commonPb.ContractResult

Invoke verify and run Contract method

Jump to

Keyboard shortcuts

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