Create an API to manage and monitor a "multiclique" wallet associated with the soroban network. The API should be capable of listening to on-chain events for changes in the multi-signature thresholds, signers of the wallet and policy attach / detach. This real-time information should be exposed through the API.
Requirements
Create API: Develop an API for managing and retrieving information related to the multiclique wallet.
On-Chain Event Listener: Implement functionality to listen to on-chain events for changes in the multi-signature thresholds, signers and policies.
Expose via API: The real-time information related to threshold changes and signers should be accessible via the API.
Acceptance Criteria
[ ] API developed for managing the multiclique wallet.
[ ] Real-time listening to on-chain events for changes in multi-signature thresholds and signers.
Description
Create an API to manage and monitor a "multiclique" wallet associated with the soroban network. The API should be capable of listening to on-chain events for changes in the multi-signature thresholds, signers of the wallet and policy attach / detach. This real-time information should be exposed through the API.
Requirements
Acceptance Criteria