@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:45
applicableAllowances
applicableAllowances?:
TokenAllowance
[]
Source
chaincode/src/mint/mintToken.ts:46
authorizedOnBehalf
authorizedOnBehalf:
undefined
|AuthorizedOnBehalf
Source
chaincode/src/mint/mintToken.ts:44
knownTotalSupply
knownTotalSupply?:
BigNumber
Source
chaincode/src/mint/mintToken.ts:47
owner
owner:
UserAlias
Source
chaincode/src/mint/mintToken.ts:42
quantity
quantity:
BigNumber
Source
chaincode/src/mint/mintToken.ts:43
tokenClassKey
tokenClassKey:
TokenClassKey