Type alias AddCollectionsToGroupV1InstructionAccounts

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

Type declaration

  • Optional authority?: Signer

    The group update authority and collection update authority or delegate

  • group: PublicKey | Pda

    The address of the group to modify

  • Optional payer?: Signer

    The account paying for storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc