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

Method default

clients/rust/src/generated/instructions/transfer_sol.rs:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66impl Default for TransferSolInstructionData {
67 fn default() -> Self {
68 Self::new()
69 }
70}
71
72#[derive(BorshSerialize, BorshDeserialize, Clone, Debug, Eq, PartialEq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected