Type Alias solana_sdk::transaction_context::TransactionAccount
source ยท pub type TransactionAccount = (Pubkey, AccountSharedData);
Expand description
An account key and the matching account
pub type TransactionAccount = (Pubkey, AccountSharedData);
An account key and the matching account