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