public static enum SystemConfigFeature.Features extends java.lang.Enum<SystemConfigFeature.Features>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
enableVersion() |
java.lang.String |
toString() |
static SystemConfigFeature.Features |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static SystemConfigFeature.Features[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final SystemConfigFeature.Features BUGFIX_REVERT
public static final SystemConfigFeature.Features BUGFIX_STATESTORAGE_HASH
public static final SystemConfigFeature.Features BUGFIX_EVM_CREATE2_DELEGATECALL_STATICCALL_CODECOPY
public static final SystemConfigFeature.Features BUGFIX_EVENT_LOG_ORDER
public static final SystemConfigFeature.Features BUGFIX_CALL_NOADDR_RETURN
public static final SystemConfigFeature.Features BUGFIX_PRECOMPILED_CODEHASH
public static final SystemConfigFeature.Features BUGFIX_DMC_REVERT
public static final SystemConfigFeature.Features FEATURE_DMC2SERIAL
public static final SystemConfigFeature.Features FEATURE_SHARDING
public static final SystemConfigFeature.Features FEATURE_RPBFT
public static final SystemConfigFeature.Features FEATURE_RPBFT_EPOCH_BLOCK_NUM
public static final SystemConfigFeature.Features FEATURE_RPBFT_EPOCH_SEALER_NUM
public static final SystemConfigFeature.Features FEATURE_PAILLIER
public static final SystemConfigFeature.Features FEATURE_BALANCE
public static final SystemConfigFeature.Features FEATURE_BALANCE_PRECOMPILED
public static final SystemConfigFeature.Features FEATURE_BALANCE_POLICY1
public static final SystemConfigFeature.Features BUGFIX_KEYPAGE_SYSTEM_ENTRY_HASH
public static final SystemConfigFeature.Features BUGFIX_INTERNAL_CREATE_REDUNDANT_STORAGE
public static final SystemConfigFeature.Features BUGFIX_EMPTY_ABI_RESET
public static final SystemConfigFeature.Features BUGFIX_EIP55_ADDR
public static final SystemConfigFeature.Features BUGFIX_SHARDING_CALL_IN_CHILD_EXECUTIVE
public static final SystemConfigFeature.Features BUGFIX_INTERNAL_CREATE_PERMISSION_DENIED
public static SystemConfigFeature.Features[] values()
for (SystemConfigFeature.Features c : SystemConfigFeature.Features.values()) System.out.println(c);
public static SystemConfigFeature.Features valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public java.lang.String toString()
toString 在类中 java.lang.Enum<SystemConfigFeature.Features>public int enableVersion()