UNPKG

brahma-trade-widget

Version:

A React component for trade automation within the Brahma ecosystem.

13 lines (11 loc) 232 B
export type Address = `0x${string}` export type TokenPriceResponse = { coins: Record<string, TokenPrice> } export type TokenPrice = { decimals: number symbol: string price: number timestamp: number confidence: number }