Problem
src/chains/stellar/tx-builder.ts detects batchSenderContract but throws instead of building the Soroban invocation. The public option is therefore misleading.
Done when
- Build the contract invocation with the correct transfer schema.
- Support native XLM and the documented asset path.
- Return the contract transaction and generated stealth metadata.
- Add tests for success, invalid contract configuration, and operation limits.
Problem
src/chains/stellar/tx-builder.tsdetectsbatchSenderContractbut throws instead of building the Soroban invocation. The public option is therefore misleading.Done when