import { GetChainRequest } from "@avalabs/avacloud-sdk/models/operations";
let value: GetChainRequest = {
chainId: "43114",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
chainId |
string | ➖ | A supported evm chain id. Use the /chains endpoint to get a list of supported chain ids. |
43114 |