Function solana_cli::nonce::process_withdraw_from_nonce_account [−][src]
pub fn process_withdraw_from_nonce_account(
rpc_client: &RpcClient,
config: &CliConfig<'_>,
nonce_account: &Pubkey,
nonce_authority: SignerIndex,
destination_account_pubkey: &Pubkey,
lamports: u64
) -> ProcessResult