UNPKG

@tan_hoang/web3js-test-1

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