Skip to content

types.ActiveTransferRestrictions

prashantasdeveloper edited this page May 31, 2024 · 47 revisions

Interface: ActiveTransferRestrictions<Restriction>

types.ActiveTransferRestrictions

Type parameters

Name Type
Restriction extends CountTransferRestriction | PercentageTransferRestriction | ClaimCountTransferRestriction | ClaimPercentageTransferRestriction

Table of contents

Properties

Properties

availableSlots

availableSlots: BigNumber

amount of restrictions that can be added before reaching the shared limit

Defined in

types/index.ts:1410


restrictions

restrictions: Restriction[]

Defined in

types/index.ts:1406

Clone this wiki locally