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

Method instruction

clients/rust/src/generated/instructions/allocate.rs:20–22  ·  view source on GitHub ↗
(&self, args: AllocateInstructionArgs)

Source from the content-addressed store, hash-verified

18
19impl Allocate {
20 pub fn instruction(&self, args: AllocateInstructionArgs) -> solana_instruction::Instruction {
21 self.instruction_with_remaining_accounts(args, &[])
22 }
23 #[allow(clippy::arithmetic_side_effects)]
24 #[allow(clippy::vec_init_then_push)]
25 pub fn instruction_with_remaining_accounts(

Callers

nothing calls this directly

Tested by

no test coverage detected