You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently MultiSend transactions can only be encoded in the safe-core-sdk.
It would be a nice to have to allow decoding transactions in the safe-core-sdk as well.
Currently only this option to decode is available in the safe-service-client, but it does not return a MetaTransactionData[]:
Currently MultiSend transactions can only be encoded in the
safe-core-sdk
.It would be a nice to have to allow decoding transactions in the
safe-core-sdk
as well.Currently only this option to decode is available in the
safe-service-client
, but it does not return aMetaTransactionData[]
:Use this code from Manu as a reference:
The text was updated successfully, but these errors were encountered: