safe-global / safe-core-sdk

The Safe{Core} SDK allows builders to add account abstraction functionality into their apps.
https://docs.safe.global/sdk/overview
MIT License
253 stars 196 forks source link

[4337] Add signature method for api-kit #856

Closed dasanra closed 2 months ago

dasanra commented 3 months ago

Context / issue

The add signature endpoint was missing at the time of implementation. This is a very useful method that lets gather signatures on Safes compatible with 4337 which have multiple signers.

Proposed solution

[ ] Add the confirmatons for safe-operations endpoint

Additional context

https://github.com/safe-global/safe-transaction-service/issues/2060