UNPKG

@kaiachain/web3js-ext

Version:
5 lines (4 loc) 248 B
import { Web3Context } from "web3-core"; import { EthExecutionAPI } from "web3-types"; import { KlaytnAccountsInterface } from "../types.js"; export declare function context_accounts(context: Web3Context<EthExecutionAPI>): KlaytnAccountsInterface;