Skip to main content
Version: v29.0.x

Type Alias: JurisdictionValue

JurisdictionValue = object

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

For Jurisdiction claims - tracks holders by country code and those without jurisdiction

Properties

PropertyTypeDescriptionDefined in

countryCode

CountryCode | null

The country code of the jurisdiction

Note

null if the jurisdiction is not specified (no jurisdiction claim)

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

value

BigNumber

The number of individual Asset holders with this jurisdiction (or without any jurisdiction if countryCode is null), or the total balance of tokens held by all such holders

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