pub async fn get_account(
    rpc_client: &WasmClient,
    nonce_pubkey: &Pubkey
) -> Result<Account, NonceError>
Expand description

Get a nonce account from the network.

This is like WasmClient::get_account except: