pub struct MainnetAccountPatch;Expand description
Mainnet account patch
Trait Implementations§
Source§impl AccountPatch for MainnetAccountPatch
impl AccountPatch for MainnetAccountPatch
Source§fn initial_nonce() -> U256
fn initial_nonce() -> U256
Initial nonce for accounts.
Source§fn initial_create_nonce() -> U256
fn initial_create_nonce() -> U256
Initial create nonce for accounts. (EIP161.a)
Source§fn empty_considered_exists() -> bool
fn empty_considered_exists() -> bool
Whether empty accounts are considered to be existing. (EIP161.b/EIP161.c/EIP161.d)
Source§fn allow_partial_change() -> bool
fn allow_partial_change() -> bool
Whether to allow partial change IncreaseBalance.
Auto Trait Implementations§
impl Freeze for MainnetAccountPatch
impl RefUnwindSafe for MainnetAccountPatch
impl Send for MainnetAccountPatch
impl Sync for MainnetAccountPatch
impl Unpin for MainnetAccountPatch
impl UnwindSafe for MainnetAccountPatch
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more