Struct sputnikvm_network_expanse::FrontierAccountPatch[][src]

pub struct FrontierAccountPatch;

Trait Implementations

impl AccountPatch for FrontierAccountPatch
[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