safe-global / safe-core-sdk

The Safe{Core} SDK allows builders to add account abstraction functionality into their apps.

Home Page:https://docs.safe.global/sdk/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[4337] Add signature method for api-kit

dasanra opened this issue · comments

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

safe-global/safe-transaction-service#2060