Skip to main content
Version: v28.0.x

Interface: TransferRestrictionStatValues

api/entities/Asset/types.TransferRestrictionStatValues

Asset Stat along with its current value

Properties

claim

Optional claim: Object

The claim of the stat

Note

for scoped stats, this is the claim of the stat

Note

for count stats, this is undefined

Type declaration

NameType
claimTypeTrustedFor
issuerIdentity
value?ClaimValue | JurisdictionValue[]

Defined in

api/entities/Asset/types.ts:448


type

type: StatType

The type of the stat

Defined in

api/entities/Asset/types.ts:457


value

value: BigNumber

The total value of of the Asset Stat

Note

for scoped stats, this is the total value of all claims

Note

for count stats, this is the value of the stat

Defined in

api/entities/Asset/types.ts:463