**Epic:** Transaction builders **Labels:** tx, types, security, sdk **Size:** S (~1 day) ### Description Build a SetOptions operation for configuring signers and thresholds on an account. ### Tasks - [ ] Accept {signers?:{publicKey,weight}[], thresholds?:{low,medium,high}, masterWeight?} - [ ] Build Stellar SDK SetOptions operation - [ ] Validate all signer public keys - [ ] Support adding and removing signers (weight=0 removes) - [ ] Export from src/transactions/builder.ts - [ ] Unit test: add signer, remove signer, set thresholds, mixed operation