InitializeTokenGroupInstructionDataArgs: {
    maxSize: number | bigint;
    updateAuthority: OptionOrNullable<PublicKey>;
}

Type declaration

  • maxSize: number | bigint

    The maximum number of group members

  • updateAuthority: OptionOrNullable<PublicKey>

    Update authority for the group

Generated using TypeDoc