@gala-chain/chaincode ∙ API
API > MintTokenParams
Interface: MintTokenParams
Contents
- Properties
- applicableAllowanceKey
- applicableAllowances
- authorizedOnBehalf
- knownTotalSupply
- owner
- quantity
- tokenClassKey
Properties
applicableAllowanceKey
applicableAllowanceKey?:
AllowanceKey
Source
chaincode/src/mint/mintToken.ts:44
applicableAllowances
applicableAllowances?:
TokenAllowance
[]
Source
chaincode/src/mint/mintToken.ts:45
authorizedOnBehalf
authorizedOnBehalf:
undefined
|AuthorizedOnBehalf
Source
chaincode/src/mint/mintToken.ts:43
knownTotalSupply
knownTotalSupply?:
BigNumber
Source
chaincode/src/mint/mintToken.ts:46
owner
owner:
string
Source
chaincode/src/mint/mintToken.ts:41
quantity
quantity:
BigNumber
Source
chaincode/src/mint/mintToken.ts:42
tokenClassKey
tokenClassKey:
TokenClassKey