Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface L1DragonchainStatusResult

Example of the status result

example

{
  "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
}

Hierarchy

  • L1DragonchainStatusResult

Index

Properties

encryptionAlgo

encryptionAlgo: string

Encryption algorithm used for blocks on this chain

hashAlgo

hashAlgo: string

Hashing algorithm used for blocks on this chain

id

id: string

Public id of the dragonchain

indexingEnabled

indexingEnabled: boolean

Whether or not indexing is enabled on this chain

level

level: number

Level of this dragonchain (as an integer)

scheme

scheme: string

Proof scheme that this chain uses

url

url: string

URL of the chain

version

version: string

Dragonchain version of this chain