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

Class AssignCpiBuilder

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

Source from the content-addressed store, hash-verified

225/// 0. `[writable, signer]` account
226#[derive(Clone, Debug)]
227pub struct AssignCpiBuilder<'a, 'b> {
228 instruction: Box<AssignCpiBuilderInstruction<'a, 'b>>,
229}
230
231impl<'a, 'b> AssignCpiBuilder<'a, 'b> {
232 pub fn new(program: &'b solana_account_info::AccountInfo<'a>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected