@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:43
category
category:
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:35
collection
collection:
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:31
created
created:
number
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:58
epoch
epoch:
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:84
expires
expires?:
number
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:79
grantedBy
grantedBy:
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:61
grantedTo
grantedTo:
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:51
id
id:
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:72
quantity
quantity:
BigNumber
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:66
state
state:
TokenMintStatus
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:69
timeKey
timeKey:
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:47
totalKnownMintAllowancesCount
totalKnownMintAllowancesCount:
BigNumber
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:55
type
type:
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:39
uses
uses:
BigNumber
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:76
INDEX_KEY
static
INDEX_KEY:string
="GCTMAR"
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:27
Methods
fulfill()
fulfill(
instance
): [TokenMintAllowance
,TokenAllowance
]
Parameters
▪ instance: BigNumber
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:134
fulfillmentKey()
fulfillmentKey():
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:110
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:86
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()
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
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