Struct sputnikvm_network_ellaism::MainnetAccountPatch[][src]

pub struct MainnetAccountPatch;

Mainnet account patch

Trait Implementations

impl AccountPatch for MainnetAccountPatch
[src]

Initial nonce for accounts.

Initial create nonce for accounts. (EIP161.a)

Whether empty accounts are considered to be existing. (EIP161.b/EIP161.c/EIP161.d)

Whether to allow partial change IncreaseBalance.

Auto Trait Implementations