We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api/procedures/types.ClaimCountTransferRestrictionInput
TransferRestrictionInputBase
↳ ClaimCountTransferRestrictionInput
ClaimCountTransferRestrictionInput
• claim: InputStatClaim
InputStatClaim
api/procedures/types.ts:559
• Optional exemptedIdentities: (string | Identity)[]
Optional
string
Identity
array of Identities (or DIDs) that are exempted from the Restriction
TransferRestrictionInputBase.exemptedIdentities
api/procedures/types.ts:534
• issuer: Identity
api/procedures/types.ts:558
• Optional max: BigNumber
BigNumber
api/procedures/types.ts:557
• min: BigNumber
api/procedures/types.ts:556
• Optional skipStatIsEnabledCheck: boolean
boolean
(optional) Set to true to skip stat is enabled check, useful for batch transactions
true
TransferRestrictionInputBase.skipStatIsEnabledCheck
api/procedures/types.ts:538