Type alias AddGroupsToGroupV1InstructionAccounts

AddGroupsToGroupV1InstructionAccounts: {
    authority?: Signer;
    parentGroup: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    The update authority of the parent and child groups

  • parentGroup: PublicKey | Pda

    The address of the parent group to modify

  • Optional payer?: Signer

    The account paying for storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc