Skip to content

api.entities.types.ActiveTransferRestrictions

prashantasdeveloper edited this page Oct 31, 2024 · 15 revisions

Interface: ActiveTransferRestrictions<Restriction>

api/entities/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

api/entities/types.ts:550


restrictions

restrictions: Restriction[]

Defined in

api/entities/types.ts:546

Clone this wiki locally