MCPcopy Create free account
hub / github.com/solana-program/system / AllocateCpi

Class AllocateCpi

clients/rust/src/generated/instructions/allocate.rs:137–144  ·  view source on GitHub ↗

`allocate` CPI instruction.

Source from the content-addressed store, hash-verified

135
136/// `allocate` CPI instruction.
137pub struct AllocateCpi<'a, 'b> {
138 /// The program to invoke.
139 pub __program: &'b solana_account_info::AccountInfo<'a>,
140
141 pub new_account: &'b solana_account_info::AccountInfo<'a>,
142 /// The arguments for the instruction.
143 pub __args: AllocateInstructionArgs,
144}
145
146impl<'a, 'b> AllocateCpi<'a, 'b> {
147 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected