mirror of
https://github.com/alexgo-io/alex-sdk.git
synced 2026-01-12 22:12:16 +08:00
feat: add name to the token info
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export * from './currency';
|
||||
export * from './alexSDK';
|
||||
export { TokenInfo } from './utils/tokenlist';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export type TokenInfo = {
|
||||
type: 'fungibleToken',
|
||||
id: string,
|
||||
name: string
|
||||
displayPrecision: number,
|
||||
icon: string,
|
||||
availableInSwap: boolean,
|
||||
|
||||
Reference in New Issue
Block a user