UNPKG

@kaiachain/kss-bridges-celer

Version:
4 lines (3 loc) 279 B
import { Contract, providers, Wallet } from "ethers"; export declare const getSigner: (chainRPC: string, privateKey?: string) => providers.JsonRpcProvider | Wallet; export declare const getContract: (address: string, abi: any, chainRPC: string, privateKey?: string) => Contract;