We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to understand how this SDK method is aligned with the input of the API endpoint:
safe-core-sdk/packages/api-kit/src/SafeApiKit.ts
Lines 115 to 133 in 014f365
It only accepts "data"
While the endpoint accepts both to and data:
to
data
https://safe-transaction-sepolia.safe.global/#/data-decoder/data_decoder_create
The text was updated successfully, but these errors were encountered:
yagopv
Successfully merging a pull request may close this issue.
I am trying to understand how this SDK method is aligned with the input of the API endpoint:
safe-core-sdk/packages/api-kit/src/SafeApiKit.ts
Lines 115 to 133 in 014f365
It only accepts "data"
While the endpoint accepts both
to
anddata
:https://safe-transaction-sepolia.safe.global/#/data-decoder/data_decoder_create
The text was updated successfully, but these errors were encountered: