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

Class Allocate

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

Source from the content-addressed store, hash-verified

13/// Accounts.
14#[derive(Debug)]
15pub struct Allocate {
16 pub new_account: solana_address::Address,
17}
18
19impl Allocate {
20 pub fn instruction(&self, args: AllocateInstructionArgs) -> solana_instruction::Instruction {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected