pub fn fetch_nonce(client: &FullClient, account: Pair) -> u32
Expand description
Fetch the nonce of the given account
from the chain state.
Note: Should only be used for tests.
pub fn fetch_nonce(client: &FullClient, account: Pair) -> u32
Fetch the nonce of the given account
from the chain state.
Note: Should only be used for tests.