Struct lpl_token_auth_rules::instruction::builders::WriteToBuffer
source · pub struct WriteToBuffer {
pub payer: Pubkey,
pub buffer_pda: Pubkey,
pub system_program: Pubkey,
pub args: WriteToBufferArgs,
}Fields§
§payer: Pubkey§buffer_pda: Pubkey§system_program: Pubkey§args: WriteToBufferArgsTrait Implementations§
source§impl InstructionBuilder for WriteToBuffer
impl InstructionBuilder for WriteToBuffer
Builds a WriteToBuffer instruction.
source§fn instruction(&self) -> Instruction
fn instruction(&self) -> Instruction
The required function to return the built instruction.