v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

Get the error message format of a specific error id

get/v1/chains/{chainID}/core/errors/{contractHname}/message/{errorID}

Path parameters

chainIDstring string required

ChainID (Bech32)

contractHnamestring string required

Contract (Hname as Hex)

errorIDinteger required

Error Id (uint16)

Query parameters

blockstring string

Block index or trie root

Response

The error message format

messageFormatstring string required

Example response

{
  "messageFormat": "messageFormat"
}