Struct solana_program_runtime::invoke_context::StackFrame
source · [−]pub struct StackFrame<'a> {
pub number_of_program_accounts: usize,
pub keyed_accounts: Vec<KeyedAccount<'a>>,
pub keyed_accounts_range: Range<usize>,
}Fields
number_of_program_accounts: usizekeyed_accounts: Vec<KeyedAccount<'a>>keyed_accounts_range: Range<usize>