Skip to main content
Version: 31.0.x

Interface: TransferRestrictionStatValues

Defined in: src/api/entities/Asset/types.ts:411

Asset Stat along with its current value

Properties

claim?

optional claim?: object

Defined in: src/api/entities/Asset/types.ts:417

The claim of the stat

NameTypeDefined in

claimType

TrustedFor

src/api/entities/Asset/types.ts:419

issuer

Identity

src/api/entities/Asset/types.ts:418

value?

ClaimValue | JurisdictionValue[]

src/api/entities/Asset/types.ts:420

Note

for scoped stats, this is the claim of the stat

Note

for count stats, this is undefined


type

type: StatType

Defined in: src/api/entities/Asset/types.ts:426

The type of the stat


value

value: BigNumber

Defined in: src/api/entities/Asset/types.ts:432

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