Skip to content

@gala-chain/apiAPI


API > TokenMintRequest

Class: TokenMintRequest

Contents

Extends

Constructors

new TokenMintRequest()

new TokenMintRequest(): TokenMintRequest

Inherited from

RangedChainObject.constructor

Properties

additionalKey

additionalKey: string

Source

chain-api/src/types/TokenMintRequest.ts:44


allowanceKey

allowanceKey?: AllowanceKey

Source

chain-api/src/types/TokenMintRequest.ts:83


category

category: string

Source

chain-api/src/types/TokenMintRequest.ts:36


collection

collection: string

Source

chain-api/src/types/TokenMintRequest.ts:32


created

created: number

Source

chain-api/src/types/TokenMintRequest.ts:62


epoch

epoch: string

Source

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


id

id: string

Source

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


owner

owner: string

Source

chain-api/src/types/TokenMintRequest.ts:52


quantity

quantity: BigNumber

Source

chain-api/src/types/TokenMintRequest.ts:67


requestor

requestor: string

Source

chain-api/src/types/TokenMintRequest.ts:59


state

state: TokenMintStatus

Source

chain-api/src/types/TokenMintRequest.ts:70


timeKey

timeKey: string

Source

chain-api/src/types/TokenMintRequest.ts:48


totalKnownMintsCount

totalKnownMintsCount: BigNumber

Source

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


type

type: string

Source

chain-api/src/types/TokenMintRequest.ts:40


INDEX_KEY

static INDEX_KEY: string = "GCTMR"

Source

chain-api/src/types/TokenMintRequest.ts:27


OBJECT_TYPE

static OBJECT_TYPE: string = "TokenMintRequest"

Source

chain-api/src/types/TokenMintRequest.ts:28

Methods

fulfill()

fulfill(qty): TokenMintFulfillment

Parameters

qty: BigNumber

Source

chain-api/src/types/TokenMintRequest.ts:126


fulfillmentKey()

fulfillmentKey(): string

Source

chain-api/src/types/TokenMintRequest.ts:110


getRangedKey()

getRangedKey(): string

Inherited from

RangedChainObject.getRangedKey

Source

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


isTimeKeyValid()

isTimeKeyValid(): boolean

Source

chain-api/src/types/TokenMintRequest.ts:85


requestId()

requestId(): string

Source

chain-api/src/types/TokenMintRequest.ts:94


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