UNPKG

hector-rubic-sdk

Version:
8 lines (7 loc) 190 B
import { BlockchainName } from './blockchain-name'; import { Token } from '../tokens/token'; export interface Blockchain { id: number; name: BlockchainName; nativeCoin: Token; }