Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface L5BlockAtRest

Example L5 Block At Rest Object

name

Block::L5::AtRest

example

{
  "version": "1",
  "dcrn": "Block::L5::AtRest",
  "header": {
    "dc_id": "x9RLJC7pZW1QLCsQAWYsBLSKMXG7sAVNg9Bo9BJxDuB5",
    "current_ddss": "698453.15864657,
    "level": 5,
    "block_id": "3848",
    "timestamp": "1557649020",
    "prev_proof": "MEQCIHcpCbcYKGFq++zHB3RsQAC1PZ+wYAZWr/KLMv8WxQEuAiAlRyPYPzJOfu3ivZfwWIy/+dYDKuXxCvrnoI7biBvkBw=="
  },
  "l4-blocks": [
    "{\"l1_dc_id\": \"28VhSgtPhwkhKBgmQSW6vrsir7quEYHdCjqsW6aAYbfrw\", \"l1_block_id\": \"24563150\", \"l4_dc_id\": \"sCXTCajomLiDxuU6j18UfMdNLYohgJ7SwmF3WgCGZ9v2\", \"l4_block_id\": \"1209\", \"l4_proof\": \"MEUCIQCgYcj/nht2BImgomi9KVae33Eb2xAFwFAhAnN/PyfzPAIgIIZbRscNi4TvvSYXrs4PtN4eRuVE1c5LjU9be7hmBT4=\"}"
  ],
  "proof": {
    "scheme": "trust",
    "transaction_hash": [
      "19691d2f876738e2329f8546669a184cbfa74549ec7057bb797fd85e4a2bc702"
    ],
    "block_last_sent_at": 1515332,
    "network": "testnet3",
    "proof": "MEQCICL13yYHYc1F7mkd00SEoYT6OSMQvKPO27R4lVZSGe7gAiBFRBBhjXQiOih3uHMqqRdF0D0S41IKfg+JpwKICE4dJw=="
  }
}

Hierarchy

  • L5BlockAtRest

Index

Properties

dcrn

dcrn: "Block::L5::AtRest"

header

header: { block_id: string; current_ddss: string | null; dc_id: string; level: 5; prev_proof: string; timestamp: string }

Type declaration

  • block_id: string
  • current_ddss: string | null
  • dc_id: string
  • level: 5
  • prev_proof: string
  • timestamp: string

l4-blocks

l4-blocks: string[]

proof

proof: { block_last_sent_at: number; network: string; nonce?: undefined | number; proof: string; scheme: string; transaction_hash: string[] }

Type declaration

  • block_last_sent_at: number
  • network: string
  • Optional nonce?: undefined | number
  • proof: string
  • scheme: string
  • transaction_hash: string[]

version

version: "1"