Function solana_client::nonce_utils::get_account
source · Expand description
Get a nonce account from the network.
This is like RpcClient::get_account
except:
- it returns this module’s
Error
type, - it returns an error if any of the checks from
account_identity_ok
fail.