CreateGroupV1InstructionAccounts: {
    group: Signer;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
    updateAuthority?: Signer;
}

Type declaration

  • group: Signer

    The address of the new group

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

  • Optional updateAuthority?: Signer

    The authority of the new group

Generated using TypeDoc