Skip to main content Link Menu Expand (external link) Document Search Copy Copied

DeployMultiTokenCeloKMS

Model getters

Method name Return type Description Notes
getChain() string Chain to work with.
Example: CELO
 
getUri() string URI of the Multi Token contract
Example: example.com
 
getPublicMint() bool True if the contract is publicMint type
Example: true
[optional]
getIndex() float If signatureId is mnemonic-based, this is the index to the specific address from that mnemonic.
Example: null
[optional]
getSignatureId() string Identifier of the private key associated in signing application. Private key, or signature Id must be present.
Example: 26d3883e-4e17-48b3-a0ee-09a3e484ac83
 
getNonce() float
Example: null
[optional]
getFeeCurrency() string Currency to pay for transaction gas
Example: null