UNPKG

@venly/web3-provider

Version:

Venly enabled Web3 Provider for the web

9 lines (8 loc) 320 B
export declare function formatTxMetaForRpcResult(txMeta: any): any; /** * Wait the specified number of milliseconds. * * @param duration - The number of milliseconds to wait. * @returns A promise that resolves after the specified amount of time. */ export declare function timeout(duration: number): Promise<void>;