UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

10 lines 556 B
import { Wallet } from 'ethers'; import { WalletService } from '../../src/core/services/WalletService'; import UniLoginSdk, { DeployedWallet } from '../../src'; export declare const createdDeployedWallet: (name: string, sdk: UniLoginSdk, wallet: Wallet) => Promise<DeployedWallet>; export declare const createAndSetWallet: (name: string, walletService: WalletService, wallet: Wallet, sdk: UniLoginSdk) => Promise<{ contractAddress: string; privateKey: string; walletService: WalletService; }>; //# sourceMappingURL=createDeployedWallet.d.ts.map