-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No exported member SafeMultisigTransactionResponse
in safe-core-sdk-types
#312
Comments
safe-core-sdk-types
SafeMultisigTransactionResponse
in safe-core-sdk-types
facing the same issue. |
Having the same issue, since yesterday. |
Thanks @0xnexusflip for raising this issue, can any one from the safe team @germartinez @rmeissner please help 🙏. Our dApp is built on top of Safe and now it has stopped working because of this issue. |
Thanks for reporting it, I'll check it and fix it as soon as possible. Meanwhile please use the previous version. |
Using the '@gnosis.pm/safe-core-sdk' library seems to fix the issue but then when actually running the script I encounter issue #287 |
@0xnexusflip @sourav-bz @richikchanda1999 @swetshaw Specifically:
|
Description
When trying to import
Safe
from@safe-global/safe-core-sdk
and compiling a resulting TypeScript file that uses it the following error shows up:Environment
Steps to reproduce
Safe
from@safe-global/safe-core-sdk
in a TypeScript filetsc
command in a terminal instanceCurrent result:
![TS_compile_error_Safe_SDK](https://user-images.githubusercontent.com/112392940/207984750-8ddd0d5e-06de-4ac6-ab0f-e00b85316b43.png)
Expected result
Expect
SafeMultisigTransactionResponse
to be imported when usingSafe
from@safe-global/safe-core-sdk
The text was updated successfully, but these errors were encountered: