api_entities_Asset_TransferRestrictions_Percentage.Percentage
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / Percentage
.Percentage
Handles all Percentage Transfer Restriction related functionality
<>
↳ Percentage
Add a Percentage Transfer Restriction to this Asset
note
the result is the total amount of restrictions after the procedure has run
Overrides
Defined in
Type declaration
Retrieve all active Percentage Transfer Restrictions
note
there is a maximum number of restrictions allowed across all types. The availableSlots
property of the result represents how many more restrictions can be added before reaching that limit
Returns
Overrides
Defined in
Removes all Percentage Transfer Restrictions from this Asset
note
the result is the total amount of restrictions after the procedure has run
Overrides
Defined in
Sets all Percentage Transfer Restrictions on this Asset
note
the result is the total amount of restrictions after the procedure has run
Overrides
Defined in
• addRestriction: <Omit
<, "type"
>, BigNumber
, BigNumber
>
.
• get: () => Promise
<<>>
▸ (): Promise
<<>>
Promise
<<>>
.
• removeRestrictions: <BigNumber
, BigNumber
>
.
• setRestrictions: <Omit
<, "type"
>, BigNumber
, BigNumber
>
.