@kaiachain/web3js-ext
Version:
web3.js extension for kaiachain blockchain
4 lines (3 loc) • 334 B
TypeScript
import { Web3Context } from "web3-core";
import { EthExecutionAPI, Bytes, TransactionReceipt, DataFormat } from "web3-types";
export declare function waitForTransactionReceipt<ReturnFormat extends DataFormat>(web3Context: Web3Context<EthExecutionAPI>, transactionHash: Bytes, returnFormat: ReturnFormat): Promise<TransactionReceipt>;