import { GetVertexByHashRequest } from "@avalabs/avacloud-sdk/models/operations";
let value: GetVertexByHashRequest = {
vertexHash: "haP1CW56cspZY7aEuqHNrtpvhqCaMTxQaYe6j5u2Mbn4L2Gqr",
blockchainId: "x-chain",
network: "mainnet",
};
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 |