UNPKG
@ethers-ancillary/exchain
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
An ethers-compatible provider for OKExChain.
ethers-io/ancillary-exchain
@ethers-ancillary/exchain
/
lib
/
formatter.d.ts
6 lines
(5 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ providers,
Transaction
}
from
"ethers"
;
export
declare
function
computeTransactionHash
(
tx
:
Transaction
):
string
;
export
declare
class
Formatter
extends
providers.Formatter
{
transaction
(
value
:
any
):
any
; }