UNPKG

@kaiachain/web3js-ext

Version:
7 lines (6 loc) 397 B
import { Wallet as EthWallet } from "web3-eth-accounts"; import { Web3BaseWalletAccount, KeyStore } from "web3-types"; import { KlaytnWeb3Account } from "../types.js"; export declare class Wallet<T extends Web3BaseWalletAccount = KlaytnWeb3Account> extends EthWallet<T> { decrypt(encryptedWallets: KeyStore[], password: string, options?: Record<string, unknown> | undefined): Promise<this>; }