native

package module
v2.3.4 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 41 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitInstance added in v2.3.3

func InitInstance(chainId string,
	gasConfig *gasutils.GasConfig,
	log protocol.Logger,
	msgBus msgbus.MessageBus,
	store protocol.BlockchainStore)

InitInstance get singleton RuntimeInstance

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

func (*RuntimeInstance) OnMessage added in v2.3.3

func (r *RuntimeInstance) OnMessage(msg *msgbus.Message)

OnMessage receive msg bus message

func (*RuntimeInstance) OnQuit added in v2.3.3

func (r *RuntimeInstance) OnQuit()

OnQuit quit process

Jump to

Keyboard shortcuts

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