builtInFunctions

package
v1.7.11 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateBuiltInFunctionsFactory

func CreateBuiltInFunctionsFactory(args ArgsCreateBuiltInFunctionContainer) (vmcommon.BuiltInFunctionFactory, error)

CreateBuiltInFunctionsFactory creates a container that will hold all the available built in functions

func GetAllowedAddress

func GetAllowedAddress(coordinator sharding.Coordinator, addresses [][]byte) ([]byte, error)

GetAllowedAddress returns the allowed crawler address on the current shard

Types

type ArgsCreateBuiltInFunctionContainer

type ArgsCreateBuiltInFunctionContainer struct {
	GasSchedule               core.GasScheduleNotifier
	MapDNSAddresses           map[string]struct{}
	MapDNSV2Addresses         map[string]struct{}
	EnableUserNameChange      bool
	Marshalizer               marshal.Marshalizer
	Accounts                  state.AccountsAdapter
	ShardCoordinator          sharding.Coordinator
	EpochNotifier             vmcommon.EpochNotifier
	EnableEpochsHandler       vmcommon.EnableEpochsHandler
	GuardedAccountHandler     vmcommon.GuardedAccountHandler
	AutomaticCrawlerAddresses [][]byte
	MaxNumNodesInTransferRole uint32
}

ArgsCreateBuiltInFunctionContainer defines the argument structure to create new built in function container

Jump to

Keyboard shortcuts

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