Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface L4BlockAtRest

Example L4 Block At Rest Object

name

Block::L4::AtRest

example

{
  "version": "2",
  "dcrn": "Block::L4::AtRest",
  "header": {
    "dc_id": "sCXTCajomLiDxuU6j18UfMdNLYohgJ7SwmF3WgCGZ9v2",
    "current_ddss": "1189586.16584187",
    "level": 4,
    "block_id": "1337",
    "timestamp": "1555056367",
    "l1_dc_id": "28VhSgtPhwkhKBgmQSW6vrsir7quEYHdCjqsW6aAYbfrw",
    "l1_block_id": "24563621",
    "l1_proof": "MEQCIHHn/1gCCY5DqkCRo8ZJbZeru+MWkXl0GpbR05Ejx7t+AiANd5M0EWzIneQrX0PP4mGiykGkof60e0r6i09hKF84vA==",
    "prev_proof": "MEUCIQCjmrzAWBDpKnLbD83lrv+eVkLhWFBntcFCrfzr+C473QIgNIEvSrIK6LFRbXkDnpWcss0TOlO+JhcJU8jF1eiVsGw="
  },
  "l3-validations": [
    {
      "l3_dc_id": "nGfVFAKSUrdC7UrfzuBKErx7rKGwoPRuaFWQa8hrZcFs",
      "l3_block_id": "3212",
      "l3_proof": "MEUCIQDkVyFbjbazUvWMpn+Ca0Q+XVYyFfwxEfc1qp7fGK0vAgIgQII9Wb79DpLsV9wG/5BnNQF132Z+MgCZL9SyC/ONmr0=",
      "valid": true
    }
  ],
  "proof": {
    "scheme": "trust",
    "proof": "MEUCIQDih7ldBKtdltCkiEe1KV8U5+XXaeQ+gUUMR9okqNbz0wIgGnxFEpwQYcB70nOx/972PWC0G+7n2soCkCdvG4jveZY="
  }
}

Hierarchy

  • L4BlockAtRest

Index

Properties

dcrn

dcrn: "Block::L4::AtRest"

header

header: { block_id: string; current_ddss: string | null; dc_id: string; l1_block_id: string; l1_dc_id: string; l1_proof: string; level: 4; prev_proof: string; timestamp: string }

Type declaration

  • block_id: string
  • current_ddss: string | null
  • dc_id: string
  • l1_block_id: string
  • l1_dc_id: string
  • l1_proof: string
  • level: 4
  • prev_proof: string
  • timestamp: string

l3-Validations

l3-Validations: L3Validations[]

proof

proof: { nonce?: undefined | number; proof: string; scheme: string }

Type declaration

  • Optional nonce?: undefined | number
  • proof: string
  • scheme: string

version

version: "2"