Function solana_sdk::nonce_account::verify_nonce_account
source ยท pub fn verify_nonce_account(
account: &AccountSharedData,
recent_blockhash: &Hash,
) -> Option<Data>
Expand description
Checks if the recent_blockhash field in Transaction verifies, and returns nonce account data if so.