Class: TransferRestrictions
api/entities/Asset/Fungible/TransferRestrictions.TransferRestrictions
Handles all Asset Transfer Restrictions related functionality
Hierarchy
-
Namespace
<FungibleAsset
>↳
TransferRestrictions
Properties
claimCount
• claimCount: ClaimCount
Defined in
api/entities/Asset/Fungible/TransferRestrictions/index.ts:29
claimPercentage
• claimPercentage: ClaimPercentage
Defined in
api/entities/Asset/Fungible/TransferRestrictions/index.ts:30
count
• count: Count
Defined in
api/entities/Asset/Fungible/TransferRestrictions/index.ts:27
percentage
• percentage: Percentage
Defined in
api/entities/Asset/Fungible/TransferRestrictions/index.ts:28
Methods
getValues
▸ getValues(): Promise
<TransferRestrictionValues
[]>
Get the values of all active transfer restrictions for this Asset
Returns
Promise
<TransferRestrictionValues
[]>
an array of objects containing the values of all active transfer restrictions for this Asset
Defined in
api/entities/Asset/Fungible/TransferRestrictions/index.ts:48