Type Definition tiny_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