Skip to main content
Version: v29.0.x

Interface: TransferRestrictionStatValues

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

Asset Stat along with its current value

Properties

claim?

optional claim: object

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

The claim of the stat

NameTypeDefined in

claimType

TrustedFor

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

issuer

Identity

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

value?

ClaimValue | JurisdictionValue[]

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

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:457

The type of the stat


value

value: BigNumber

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

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