Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.22 KB

xchainvertex.md

File metadata and controls

35 lines (30 loc) · 1.22 KB

XChainVertex

Example Usage

import { XChainVertex } from "@avalabs/avacloud-sdk/models/components";

let value: XChainVertex = {
  vertexHash: "<value>",
  parentHashes: [
    "<value>",
  ],
  vertexHeight: 3182.33,
  vertexIndex: 8587.78,
  vertexTimestamp: 4585.03,
  txCount: 4445.87,
  transactions: [
    "<value>",
  ],
  vertexSizeBytes: 3361.02,
};

Fields

Field Type Required Description
vertexHash string ✔️ N/A
parentHashes string[] ✔️ N/A
vertexHeight number ✔️ N/A
vertexIndex number ✔️ N/A
vertexTimestamp number ✔️ N/A
txCount number ✔️ N/A
transactions string[] ✔️ N/A
vertexSizeBytes number ✔️ N/A