Function solana_client::nonblocking::nonce_utils::get_account

source ·
pub async fn get_account(
    rpc_client: &RpcClient,
    nonce_pubkey: &Pubkey
) -> Result<Account, Error>
Expand description

Get a nonce account from the network.

This is like RpcClient::get_account except: