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

Method source

clients/rust/src/generated/instructions/transfer_sol.rs:102–105  ·  view source on GitHub ↗
(&mut self, source: solana_address::Address)

Source from the content-addressed store, hash-verified

100 }
101 #[inline(always)]
102 pub fn source(&mut self, source: solana_address::Address) -> &mut Self {
103 self.source = Some(source);
104 self
105 }
106 #[inline(always)]
107 pub fn destination(&mut self, destination: solana_address::Address) -> &mut Self {
108 self.destination = Some(destination);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected