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,
};
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 |