Skip to main content
Version: 31.0.x

Type Alias: ClaimValue

ClaimValue = object

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

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

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