import { BlockchainName } from '../blockchains/blockchain-name'; export interface TokenBaseStruct { address: string; blockchain: Blockchain; }