Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ManagementHandlers = []coreutil.ProcessorEntryPoint{ evm.FuncSetNextOwner.WithHandler(setNextOwner), evm.FuncClaimOwnership.WithHandler(claimOwnership), evm.FuncSetGasPerIota.WithHandler(setGasPerIota), evm.FuncWithdrawGasFees.WithHandler(withdrawGasFees), evm.FuncGetOwner.WithHandler(getOwner), evm.FuncGetGasPerIota.WithHandler(getGasPerIota), evm.FuncSetBlockTime.WithHandler(setBlockTime), }
Functions ¶
func ApplyTransaction ¶ added in v0.2.3
func InitializeManagement ¶
func ScheduleNextBlock ¶ added in v0.2.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.