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

Class AssignCpi

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

`assign` CPI instruction.

Source from the content-addressed store, hash-verified

139
140/// `assign` CPI instruction.
141pub struct AssignCpi<'a, 'b> {
142 /// The program to invoke.
143 pub __program: &'b solana_account_info::AccountInfo<'a>,
144
145 pub account: &'b solana_account_info::AccountInfo<'a>,
146 /// The arguments for the instruction.
147 pub __args: AssignInstructionArgs,
148}
149
150impl<'a, 'b> AssignCpi<'a, 'b> {
151 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected