@gala-chain/api • Readme | API
@gala-chain/api / TokenMintAllowanceRequest
Class: TokenMintAllowanceRequest
Extends
Constructors
new TokenMintAllowanceRequest()
new TokenMintAllowanceRequest():
TokenMintAllowanceRequest
Returns
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?
optional
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
Returns
[TokenMintAllowance
, TokenAllowance
]
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:134
fulfillmentKey()
fulfillmentKey():
string
Returns
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:110
getRangedKey()
getRangedKey():
string
Returns
string
Inherited from
RangedChainObject
.getRangedKey
Source
chain-api/src/types/RangedChainObject.ts:63
requestId()
requestId():
string
Returns
string
Source
chain-api/src/types/TokenMintAllowanceRequest.ts:86
serialize()
serialize():
string
Returns
string
Inherited from
Source
chain-api/src/types/RangedChainObject.ts:36
toPlainObject()
toPlainObject():
Record
\<string
,unknown
>
Returns
Record
\<string
, unknown
>
Inherited from
RangedChainObject
.toPlainObject
Source
chain-api/src/types/RangedChainObject.ts:52
validate()
validate():
Promise
\<ValidationError
[]>
Returns
Promise
\<ValidationError
[]>
Inherited from
Source
chain-api/src/types/RangedChainObject.ts:40
validateOrReject()
validateOrReject():
Promise
\<void
>
Returns
Promise
\<void
>
Inherited from
RangedChainObject
.validateOrReject
Source
chain-api/src/types/RangedChainObject.ts:44
deserialize()
static
deserialize\<T
>(constructor
,object
):T
Type parameters
• T
Parameters
• constructor: ClassConstructor
\<Inferred
\<T
, RangedChainObject
>>
• object: string
| Record
\<string
, unknown
> | Record
\<string
, unknown
>[]
Returns
T
Inherited from
Source
chain-api/src/types/RangedChainObject.ts:56
getRangedKeyFromParts()
static
getRangedKeyFromParts(indexKey
,parts
):string
Parameters
• indexKey: string
• parts: unknown
[]
Returns
string
Inherited from
RangedChainObject
.getRangedKeyFromParts
Source
chain-api/src/types/RangedChainObject.ts:86
getStringKeyFromParts()
static
getStringKeyFromParts(parts
):string
Parameters
• parts: string
[]
Returns
string
Inherited from
RangedChainObject
.getStringKeyFromParts