package
0.6.10
Repository: https://github.com/ava-labs/subnet-evm.git
Documentation: pkg.go.dev

# Functions

GetContractDeployerAllowListStatus returns the role of [address] for the contract deployer allow list.
NewConfig returns a config for a network upgrade at [blockTimestamp] that enables ContractDeployerAllowList with [admins], [enableds] and [managers] as members of the allowlist.
NewDisableConfig returns config for a network upgrade at [blockTimestamp] that disables ContractDeployerAllowList.
SetContractDeployerAllowListStatus sets the permissions of [address] to [role] for the contract deployer allow list.

# Constants

ConfigKey is the key used in json config files to specify this precompile config.

# Variables

No description provided by the author
Singleton StatefulPrecompiledContract for W/R access to the contract deployer allow list.
No description provided by the author

# Structs

Config contains the configuration for the ContractDeployerAllowList precompile, consisting of the initial allowlist and the timestamp for the network upgrade.