Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.56 KB

getchainrequest.md

File metadata and controls

17 lines (12 loc) · 1.56 KB

GetChainRequest

Example Usage

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

let value: GetChainRequest = {
  chainId: "43114",
};

Fields

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