UNPKG

rubic-sdk-next

Version:
7 lines (6 loc) 288 B
import { Token } from '../../../../common/tokens'; import { BlockchainName } from '../../../../core/blockchain/models/blockchain-name'; export declare class DlnUtils { static getSupportedAddress(token: Token): string; static getFakeReceiver(blockchain: BlockchainName): string; }