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

Type declaration

  • maxSize: number | bigint

    The maximum number of group members

  • updateAuthority: OptionOrNullable<PublicKey<string>>

    Update authority for the group

Generated using TypeDoc