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

Method payer

clients/rust/src/generated/instructions/create_account.rs:107–110  ·  view source on GitHub ↗
(&mut self, payer: solana_address::Address)

Source from the content-addressed store, hash-verified

105 }
106 #[inline(always)]
107 pub fn payer(&mut self, payer: solana_address::Address) -> &mut Self {
108 self.payer = Some(payer);
109 self
110 }
111 #[inline(always)]
112 pub fn new_account(&mut self, new_account: solana_address::Address) -> &mut Self {
113 self.new_account = Some(new_account);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected