Skip to content

api.entities.Asset.TransferRestrictions.TransferRestrictionBase

prashantasdeveloper edited this page Dec 8, 2023 · 32 revisions

Module: api/entities/Asset/TransferRestrictions/TransferRestrictionBase

Table of contents

Classes

Type Aliases

Type Aliases

RemoveAssetStatParamsBase

Ƭ RemoveAssetStatParamsBase<T>: Omit<T extends Count ? RemoveCountStatParams : T extends Percentage ? RemoveBalanceStatParams : T extends ClaimCount ? RemoveScopedCountParams : RemoveScopedBalanceParams, "type">

Type parameters

Name
T

Defined in

api/entities/Asset/TransferRestrictions/TransferRestrictionBase.ts:51


SetTransferRestrictionsParams

Ƭ SetTransferRestrictionsParams: { ticker: string } & SetCountTransferRestrictionsParams | SetPercentageTransferRestrictionsParams | SetClaimCountTransferRestrictionsParams | SetClaimPercentageTransferRestrictionsParams

Defined in

api/entities/Asset/TransferRestrictions/TransferRestrictionBase.ts:44

Clone this wiki locally