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

Method space

clients/rust/src/generated/instructions/allocate.rs:99–102  ·  view source on GitHub ↗
(&mut self, space: u64)

Source from the content-addressed store, hash-verified

97 }
98 #[inline(always)]
99 pub fn space(&mut self, space: u64) -> &mut Self {
100 self.space = Some(space);
101 self
102 }
103 /// Add an additional account to the instruction.
104 #[inline(always)]
105 pub fn add_remaining_account(&mut self, account: solana_instruction::AccountMeta) -> &mut Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected