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

Class AllocateBuilder

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

Source from the content-addressed store, hash-verified

81/// 0. `[writable, signer]` new_account
82#[derive(Clone, Debug, Default)]
83pub struct AllocateBuilder {
84 new_account: Option<solana_address::Address>,
85 space: Option<u64>,
86 __remaining_accounts: Vec<solana_instruction::AccountMeta>,
87}
88
89impl AllocateBuilder {
90 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected