Added missing Interface exports to umbrella utils.
This commit is contained in:
parent
fde102b7ed
commit
82a93263fa
@ -1,6 +1,6 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
import { AbiCoder, checkResultErrors, defaultAbiCoder, EventFragment, FormatTypes, Fragment, FunctionFragment, Indexed, Interface, ParamType, Result } from "@ethersproject/abi";
|
import { AbiCoder, checkResultErrors, defaultAbiCoder, EventFragment, FormatTypes, Fragment, FunctionFragment, Indexed, Interface, LogDescription, ParamType, Result, TransactionDescription }from "@ethersproject/abi";
|
||||||
import { getAddress, getCreate2Address, getContractAddress, getIcapAddress, isAddress } from "@ethersproject/address";
|
import { getAddress, getCreate2Address, getContractAddress, getIcapAddress, isAddress } from "@ethersproject/address";
|
||||||
import * as base64 from "@ethersproject/base64";
|
import * as base64 from "@ethersproject/base64";
|
||||||
import { arrayify, concat, hexDataSlice, hexDataLength, hexlify, hexStripZeros, hexValue, hexZeroPad, isBytes, isBytesLike, isHexString, joinSignature, zeroPad, splitSignature, stripZeros } from "@ethersproject/bytes";
|
import { arrayify, concat, hexDataSlice, hexDataLength, hexlify, hexStripZeros, hexValue, hexZeroPad, isBytes, isBytesLike, isHexString, joinSignature, zeroPad, splitSignature, stripZeros } from "@ethersproject/bytes";
|
||||||
@ -83,6 +83,9 @@ export {
|
|||||||
|
|
||||||
Interface,
|
Interface,
|
||||||
|
|
||||||
|
LogDescription,
|
||||||
|
TransactionDescription,
|
||||||
|
|
||||||
base64,
|
base64,
|
||||||
|
|
||||||
hexlify,
|
hexlify,
|
||||||
|
Loading…
Reference in New Issue
Block a user