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

Method default

clients/rust/src/generated/instructions/allocate.rs:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60impl Default for AllocateInstructionData {
61 fn default() -> Self {
62 Self::new()
63 }
64}
65
66#[derive(BorshSerialize, BorshDeserialize, Clone, Debug, Eq, PartialEq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected