Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBuiltInFuncContainerAndNFTStorageHandler ¶ added in v1.2.35
func CreateBuiltInFuncContainerAndNFTStorageHandler(args ArgsCreateBuiltInFunctionContainer) (vmcommon.BuiltInFunctionContainer, vmcommon.SimpleESDTNFTStorageHandler, error)
CreateBuiltInFuncContainerAndNFTStorageHandler creates a container that will hold all the available built in functions
Types ¶
type ArgsCreateBuiltInFunctionContainer ¶
type ArgsCreateBuiltInFunctionContainer struct { GasSchedule core.GasScheduleNotifier MapDNSAddresses map[string]struct{} EnableUserNameChange bool Marshalizer marshal.Marshalizer Accounts state.AccountsAdapter ShardCoordinator sharding.Coordinator EpochNotifier vmcommon.EpochNotifier ESDTMultiTransferEnableEpoch uint32 ESDTTransferRoleEnableEpoch uint32 GlobalMintBurnDisableEpoch uint32 ESDTTransferMetaEnableEpoch uint32 OptimizeNFTStoreEnableEpoch uint32 }
ArgsCreateBuiltInFunctionContainer defines the argument structure to create new built in function container
Click to show internal directories.
Click to hide internal directories.