import { GetVertexByHeightResponse } from "@avalabs/avacloud-sdk/models/operations";
let value: GetVertexByHeightResponse = {
result: {
vertices: [
{
vertexHash: "<value>",
parentHashes: [
"<value>",
],
vertexHeight: 2580.59,
vertexIndex: 5323.2,
vertexTimestamp: 7031.89,
txCount: 9492.8,
transactions: [
"<value>",
],
vertexSizeBytes: 6940.88,
},
],
chainInfo: {
chainName: "c-chain",
network: "mainnet",
},
},
};
Field | Type | Required | Description |
---|---|---|---|
result |
components.ListXChainVerticesResponse | ✔️ | N/A |