UNPKG

rubic-sdk-next

Version:
5 lines (4 loc) 244 B
import { TronBlockchainName } from '@cryptorubic/core'; import { ApiCrossChainConstructor } from '../../models/api-cross-chain-constructor'; export interface TronApiCrossChainConstructor extends ApiCrossChainConstructor<TronBlockchainName> { }