UpdateGroupV1InstructionAccounts: {
    authority?: Signer;
    group: PublicKey | Pda;
    newUpdateAuthority?: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    The update authority of the group

  • group: PublicKey | Pda

    The address of the group to update

  • Optional newUpdateAuthority?: PublicKey | Pda

    The new update authority of the group

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc