api.entities.Asset.TransferRestrictions.TransferRestrictionBase - PolymeshAssociation/polymesh-sdk GitHub Wiki
Ƭ RemoveAssetStatParamsBase<T
>: Omit
<T
extends Count
? RemoveCountStatParams
: T
extends Percentage
? RemoveBalanceStatParams
: T
extends ClaimCount
? RemoveScopedCountParams
: RemoveScopedBalanceParams
, "type"
>
Name |
---|
T |
api/entities/Asset/TransferRestrictions/TransferRestrictionBase.ts:51
Ƭ SetTransferRestrictionsParams: { ticker
: string
} & SetCountTransferRestrictionsParams
| SetPercentageTransferRestrictionsParams
| SetClaimCountTransferRestrictionsParams
| SetClaimPercentageTransferRestrictionsParams
api/entities/Asset/TransferRestrictions/TransferRestrictionBase.ts:44