Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit acc7157

Browse files
committed
these types are in public APIs
also TrReceipt -> ContractReceipt was changed in this PR
1 parent 670377c commit acc7157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export { BigNumber } from '@ethersproject/bignumber'
2828
export { ConnectionInfo } from '@ethersproject/web'
2929
export { Contract } from '@ethersproject/contracts'
3030
export { BytesLike, Bytes } from '@ethersproject/bytes'
31-
export { TransactionReceipt, TransactionResponse } from '@ethersproject/providers'
31+
export { ContractReceipt, ContractTransaction } from '@ethersproject/contracts'
3232

3333
export default StreamrClient
3434

0 commit comments

Comments
 (0)