UNPKG

rubic-sdk

Version:
4 lines (3 loc) 314 B
import { CelerCrossChainContractData } from "../celer-cross-chain-contract-data"; import { CelerCrossChainSupportedBlockchain } from "../models/celer-cross-chain-supported-blockchain"; export declare function getCelerCrossChainContract(blockchain: CelerCrossChainSupportedBlockchain): CelerCrossChainContractData;