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