MintLimitArgs: {
    id: number;
    limit: number;
}

Type declaration

  • id: number

    Unique identifier of the mint limit.

  • limit: number

    Limit of mints per individual address.

Generated using TypeDoc