Skip to content

@gala-chain/apiAPI


API > TokenBurnCounter

Class: TokenBurnCounter

Contents

Extends

Constructors

new TokenBurnCounter()

new TokenBurnCounter(): TokenBurnCounter

Inherited from

RangedChainObject.constructor

Properties

additionalKey

additionalKey: string

Source

chain-api/src/types/TokenBurnCounter.ts:41


burnedBy

burnedBy: string

Source

chain-api/src/types/TokenBurnCounter.ts:49


category

category: string

Source

chain-api/src/types/TokenBurnCounter.ts:33


collection

collection: string

Source

chain-api/src/types/TokenBurnCounter.ts:29


created

created: number

Source

chain-api/src/types/TokenBurnCounter.ts:64


epoch

epoch: string

Source

chain-api/src/types/TokenBurnCounter.ts:78


instance

instance: BigNumber

Source

chain-api/src/types/TokenBurnCounter.ts:56


quantity

quantity: BigNumber

Source

chain-api/src/types/TokenBurnCounter.ts:69


referenceId

referenceId: string

Source

chain-api/src/types/TokenBurnCounter.ts:73


timeKey

timeKey: string

Source

chain-api/src/types/TokenBurnCounter.ts:45


totalKnownBurnsCount

totalKnownBurnsCount: BigNumber

Source

chain-api/src/types/TokenBurnCounter.ts:61


type

type: string

Source

chain-api/src/types/TokenBurnCounter.ts:37


INDEX_KEY

static INDEX_KEY: string = "GCTBRC"

Source

chain-api/src/types/TokenBurnCounter.ts:25

Methods

getRangedKey()

getRangedKey(): string

Inherited from

RangedChainObject.getRangedKey

Source

chain-api/src/types/RangedChainObject.ts:57


referencedBurnId()

referencedBurnId(): string

Source

chain-api/src/types/TokenBurnCounter.ts:81


serialize()

serialize(): string

Inherited from

RangedChainObject.serialize

Source

chain-api/src/types/RangedChainObject.ts:30


toPlainObject()

toPlainObject(): Record\<string, unknown>

Inherited from

RangedChainObject.toPlainObject

Source

chain-api/src/types/RangedChainObject.ts:46


validate()

validate(): Promise\<ValidationError[]>

Inherited from

RangedChainObject.validate

Source

chain-api/src/types/RangedChainObject.ts:34


validateOrReject()

validateOrReject(): Promise\<void>

Inherited from

RangedChainObject.validateOrReject

Source

chain-api/src/types/RangedChainObject.ts:38


deserialize()

static deserialize\<T>(constructor, object): T

Type parameters

T

Parameters

constructor: ClassConstructor\<Inferred\<T, RangedChainObject>>

object: string | Record\<string, unknown> | Record\<string, unknown>[]

Inherited from

RangedChainObject.deserialize

Source

chain-api/src/types/RangedChainObject.ts:50


getRangedKeyFromParts()

static getRangedKeyFromParts(indexKey, parts): string

Parameters

indexKey: string

parts: unknown[]

Inherited from

RangedChainObject.getRangedKeyFromParts

Source

chain-api/src/types/RangedChainObject.ts:80


getStringKeyFromParts()

static getStringKeyFromParts(parts): string

Parameters

parts: string[]

Inherited from

RangedChainObject.getStringKeyFromParts

Source

chain-api/src/types/RangedChainObject.ts:97