Trait sputnikvm::AccountPatch [] [src]

pub trait AccountPatch {
    fn initial_nonce() -> U256;
}

Account patch for account related variables.

Required Methods

Initial nonce for accounts.

Implementors