UNPKG

hector-rubic-sdk

Version:
5 lines (4 loc) 260 B
import { BlockchainName } from '../models/blockchain-name'; import { TokenStruct } from '../tokens/token'; export declare type NativeTokensList = Record<BlockchainName, Omit<TokenStruct, 'blockchain'>>; export declare const nativeTokensList: NativeTokensList;