Function node_cli::service::fetch_nonce

source ·
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.