Struct parables_testing::ledger::AccountBalance[][src]

pub struct AccountBalance<'a>(_);

A ledger state checking account balances against the EVM.

Trait Implementations

impl<'a> LedgerState for AccountBalance<'a>
[src]

Construct a new instance.

Verify the given state.

Synchronize the given state.

Auto Trait Implementations

impl<'a> !Send for AccountBalance<'a>

impl<'a> !Sync for AccountBalance<'a>