@gala-chain/api ∙ API
API > TokenMintAllowanceRequest
Class: TokenMintAllowanceRequest
Contents
- Extends
 - Constructors
 - new TokenMintAllowanceRequest()
 - Properties
 - additionalKey
 - category
 - collection
 - created
 - epoch
 - expires
 - grantedBy
 - grantedTo
 - id
 - quantity
 - state
 - timeKey
 - totalKnownMintAllowancesCount
 - type
 - uses
 - INDEX_KEY
 - Methods
 - fulfill()
 - fulfillmentKey()
 - getRangedKey()
 - requestId()
 - serialize()
 - toPlainObject()
 - validate()
 - validateOrReject()
 - deserialize()
 - getRangedKeyFromParts()
 - getStringKeyFromParts()
 
Extends
Constructors
new TokenMintAllowanceRequest()
new TokenMintAllowanceRequest():
TokenMintAllowanceRequest
Inherited from
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
staticINDEX_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
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
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()
staticdeserialize\<T>(constructor,object):T
Type parameters
▪ T
Parameters
▪ constructor: ClassConstructor\<Inferred\<T, RangedChainObject>>
▪ object: string | Record\<string, unknown> | Record\<string, unknown>[]
Inherited from
Source
chain-api/src/types/RangedChainObject.ts:50
getRangedKeyFromParts()
staticgetRangedKeyFromParts(indexKey,parts):string
Parameters
▪ indexKey: string
▪ parts: unknown[]
Inherited from
RangedChainObject.getRangedKeyFromParts
Source
chain-api/src/types/RangedChainObject.ts:80
getStringKeyFromParts()
staticgetStringKeyFromParts(parts):string
Parameters
▪ parts: string[]
Inherited from
RangedChainObject.getStringKeyFromParts