UNPKG

@ethers-ancillary/exchain

Version:

An ethers-compatible provider for OKExChain.

6 lines (5 loc) 219 B
import { providers, Transaction } from "ethers"; export declare function computeTransactionHash(tx: Transaction): string; export declare class Formatter extends providers.Formatter { transaction(value: any): any; }