Royco SDK

BaseChain

Type definition for BaseChain

Declaration

get-base-chains

Import

import type { BaseChain } from "royco/queries";

Properties

  • id : number
  • name : string
  • symbol : string

Sample Instance

{
  "id": 1,
  "name": "Ethereum",
  "symbol": "ETH"
}

Last updated on

On this page

Edit on Github