Skip to content

Files

21 lines (16 loc) · 2.29 KB
·

getvertexbyhashrequest.md

File metadata and controls

21 lines (16 loc) · 2.29 KB
·

GetVertexByHashRequest

Example Usage

import { GetVertexByHashRequest } from "@avalabs/avacloud-sdk/models/operations";

let value: GetVertexByHashRequest = {
  vertexHash: "haP1CW56cspZY7aEuqHNrtpvhqCaMTxQaYe6j5u2Mbn4L2Gqr",
  blockchainId: "x-chain",
  network: "mainnet",
};

Fields

Field Type Required Description Example
vertexHash string ✔️ A vertex hash string. haP1CW56cspZY7aEuqHNrtpvhqCaMTxQaYe6j5u2Mbn4L2Gqr
blockchainId components.XChainId ✔️ A primary network blockchain id or alias. x-chain
network components.GlobalParamNetwork Either mainnet or testnet/fuji. mainnet