Skip to content

@gala-chain/apiAPI


API > TokenMintAllowanceRequest

Class: TokenMintAllowanceRequest

Contents

Extends

Constructors

new TokenMintAllowanceRequest()

new TokenMintAllowanceRequest(): TokenMintAllowanceRequest

Inherited from

RangedChainObject.constructor

Properties

additionalKey

additionalKey: string

Source

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


category

category: string

Source

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


collection

collection: string

Source

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


created

created: number

Source

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


epoch

epoch: string

Source

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


expires

expires?: number

Source

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


grantedBy

grantedBy: UserAlias

Source

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


grantedTo

grantedTo: UserAlias

Source

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


id

id: string

Source

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


quantity

quantity: BigNumber

Source

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


state

state: TokenMintStatus

Source

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


timeKey

timeKey: string

Source

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


totalKnownMintAllowancesCount

totalKnownMintAllowancesCount: BigNumber

Source

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


type

type: string

Source

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


uses

uses: BigNumber

Source

chain-api/src/types/TokenMintAllowanceRequest.ts:77


INDEX_KEY

static INDEX_KEY: string = "GCTMAR"

Source

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

Methods

fulfill()

fulfill(instance): [TokenMintAllowance, TokenAllowance]

Parameters

instance: BigNumber

Source

chain-api/src/types/TokenMintAllowanceRequest.ts:135


fulfillmentKey()

fulfillmentKey(): string

Source

chain-api/src/types/TokenMintAllowanceRequest.ts:111


getRangedKey()

getRangedKey(): string

Inherited from

RangedChainObject.getRangedKey

Source

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


requestId()

requestId(): string

Source

chain-api/src/types/TokenMintAllowanceRequest.ts:87


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