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

Method program_address

clients/rust/src/generated/instructions/assign.rs:100–103  ·  view source on GitHub ↗
(&mut self, program_address: Address)

Source from the content-addressed store, hash-verified

98 }
99 #[inline(always)]
100 pub fn program_address(&mut self, program_address: Address) -> &mut Self {
101 self.program_address = Some(program_address);
102 self
103 }
104 /// Add an additional account to the instruction.
105 #[inline(always)]
106 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