Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BlockLatestRestResponse

Index

Properties

Properties

block: { header: { app_hash: string; chain_id: string; consensus_hash: string; data_hash: string; evidence_hash: string; height: string; last_block_id: { hash: string; part_set_header: { hash: string; total: 0 } }; last_commit_hash: string; last_results_hash: string; next_validators_hash: string; proposer_address: string; time: internal.Date; validators_hash: string; version: { app: string; block: string } } }

Type declaration

  • header: { app_hash: string; chain_id: string; consensus_hash: string; data_hash: string; evidence_hash: string; height: string; last_block_id: { hash: string; part_set_header: { hash: string; total: 0 } }; last_commit_hash: string; last_results_hash: string; next_validators_hash: string; proposer_address: string; time: internal.Date; validators_hash: string; version: { app: string; block: string } }
    • app_hash: string
    • chain_id: string
    • consensus_hash: string
    • data_hash: string
    • evidence_hash: string
    • height: string
    • last_block_id: { hash: string; part_set_header: { hash: string; total: 0 } }
      • hash: string
      • part_set_header: { hash: string; total: 0 }
        • hash: string
        • total: 0
    • last_commit_hash: string
    • last_results_hash: string
    • next_validators_hash: string
    • proposer_address: string
    • time: internal.Date
    • validators_hash: string
    • version: { app: string; block: string }
      • app: string
      • block: string
block_id: { hash: string; part_set_header: { hash: string; total: number } }

Type declaration

  • hash: string
  • part_set_header: { hash: string; total: number }
    • hash: string
    • total: number

Generated using TypeDoc