Added ConstructorFragment to exports.
This commit is contained in:
parent
720bde7719
commit
7efc36df29
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user