Skip to main content
Version: v29.0.x

Type Alias: ClaimValue

ClaimValue = object

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

For all claim types except Jurisdiction - tracks holders with and without the claim

Properties

PropertyTypeDescriptionDefined in

withClaim

BigNumber

The number of individual Asset holders that have the claim, or the total balance of tokens held by all holders with the claim

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

withoutClaim

BigNumber

The number of individual Asset holders that do not have the claim, or the total balance of tokens held by all holders without the claim

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