TokenState
tokenAddressstringrequired
The address of the token contract.
tokenIdstringrequired
The unique identifier of the token.
adminContractAddressstringrequired
The address of the admin contract.
adminAddressstringrequired
The address of the administrator.
adminTokenBalancedoublerequired
The token balance of the administrator.
totalSupplydoublerequired
The total supply of the token.
isPausedbooleanrequired
Indicates if the token contract is paused.
decimalsint32required
The number of decimal places the token uses.
tokenSymbolstringrequired
The symbol of the token.
verificationKeyHashstringrequired
The verification key hash of the token contract.
uristringrequired
The URI of the token metadata.
versionint32required
The version number of the token contract.
adminTokenSymbolstringrequired
The symbol of the admin token.
adminUristringrequired
The URI of the admin token metadata.
adminVerificationKeyHashstringrequired
The verification key hash of the admin contract.
adminVersionint32required
TokenState
{
"tokenAddress": "string",
"tokenId": "string",
"adminContractAddress": "string",
"adminAddress": "string",
"adminTokenBalance": 0,
"totalSupply": 0,
"isPaused": true,
"decimals": 0,
"tokenSymbol": "string",
"verificationKeyHash": "string",
"uri": "string",
"version": 0,
"adminTokenSymbol": "string",
"adminUri": "string",
"adminVerificationKeyHash": "string",
"adminVersion": 0
}