Type alias AssetResponse

AssetResponse: {
    blockchain_rid: Buffer;
    decimals: number;
    icon_url: string;
    id: Buffer;
    name: string;
    supply: bigint;
    symbol: string;
    type: string;
}

Type declaration

  • blockchain_rid: Buffer
  • decimals: number
  • icon_url: string
  • id: Buffer
  • name: string
  • supply: bigint
  • symbol: string
  • type: string