Royco SDK

BaseToken(s)

Type definition for BaseToken

Declaration

use-base-tokens

Import

import type { BaseToken } from "royco/hooks";

Properties

  • id : string
  • chain_id : number
  • contract_address : string
  • symbol : string
  • image : string

Sample Instance

{
  "id": "1-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
  "chain_id": 1,
  "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
  "symbol": "USDC",
  "image": "https://coin-images.coingecko.com/coins/images/6319/large/usdc.png"
}

Last updated on

On this page

Edit on Github