SDK/ Topology
sdk.topology
Membership and threshold changes for a multisig. Topology updates go through the same prepare/sign/approve flow as money transactions.
| Method | Endpoint | Description |
|---|---|---|
list | GET /multisigs/{multisigId}/topology-updates | List proposed topology updates. |
propose | POST /multisigs/{multisigId}/topology-updates | Propose a topology change (add/remove member, threshold change). |
resolve | GET /multisigs/{multisigId}/topology-updates/resolve | Resolve a topology update by identifier. |
get | GET /multisigs/{multisigId}/topology-updates/{updateId} | Fetch one topology update with its transaction hash. |
submit | POST /multisigs/{multisigId}/topology-updates/{updateId}/submit | Re-submit a fully-signed topology update. |