Added ConstructorFragment to exports.

This commit is contained in:
Richard Moore 2021-06-24 01:29:13 -04:00
parent 720bde7719
commit 7efc36df29
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

@ -1,6 +1,6 @@
"use strict";
import { AbiCoder, checkResultErrors, defaultAbiCoder, ErrorFragment, EventFragment, FormatTypes, Fragment, FunctionFragment, Indexed, Interface, LogDescription, ParamType, Result, TransactionDescription }from "@ethersproject/abi";
import { AbiCoder, checkResultErrors, ConstructorFragment, defaultAbiCoder, ErrorFragment, EventFragment, FormatTypes, Fragment, FunctionFragment, Indexed, Interface, LogDescription, ParamType, Result, TransactionDescription }from "@ethersproject/abi";
import { getAddress, getCreate2Address, getContractAddress, getIcapAddress, isAddress } from "@ethersproject/address";
import * as base64 from "@ethersproject/base64";
import { Base58 as base58 } from "@ethersproject/basex";
@ -49,6 +49,7 @@ export {
defaultAbiCoder,
Fragment,
ConstructorFragment,
ErrorFragment,
EventFragment,
FunctionFragment,