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

Class AssignBuilder

clients/rust/src/generated/instructions/assign.rs:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82/// 0. `[writable, signer]` account
83#[derive(Clone, Debug, Default)]
84pub struct AssignBuilder {
85 account: Option<solana_address::Address>,
86 program_address: Option<Address>,
87 __remaining_accounts: Vec<solana_instruction::AccountMeta>,
88}
89
90impl AssignBuilder {
91 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected