Interface L1DragonchainStatusResult
Hierarchy
-
L1DragonchainStatusResult
Properties
encryptionAlgo
encryptionAlgo: string
hashAlgo
hashAlgo: string
id
id: string
indexingEnabled
indexingEnabled: boolean
level
level: number
scheme
scheme: string
url
url: string
version
version: string
Example of the status result
{ "id": "23UeELiu8WDM7iVtvFqNbBJTt29xFS3J53zX5ZJTiRyob", "level": 1, "url": "https://d3cabac3-e30d-4bb9-aeed-1fc8cbd38c66.api.dragonchain.com", "scheme": "trust", "hashAlgo": "blake2b", "version": "3.3.1", "encryptionAlgo": "secp256k1" "indexingEnabled": true }