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


category

category: string

Source

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


collection

collection: string

Source

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


created

created: number

Source

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


epoch

epoch: string

Source

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


expires

expires?: number

Source

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


grantedBy

grantedBy: UserAlias

Source

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


grantedTo

grantedTo: UserAlias

Source

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


id

id: string

Source

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


quantity

quantity: BigNumber

Source

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


state

state: TokenMintStatus

Source

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


timeKey

timeKey: string

Source

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


totalKnownMintAllowancesCount

totalKnownMintAllowancesCount: BigNumber

Source

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


type

type: string

Source

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


uses

uses: BigNumber

Source

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


INDEX_KEY

static INDEX_KEY: string = "GCTMAR"

Source

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

Methods

fulfill()

fulfill(instance): [TokenMintAllowance, TokenAllowance]

Parameters

instance: BigNumber

Source

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


fulfillmentKey()

fulfillmentKey(): string

Source

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


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


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