Issue #21: Implement multi-asset sweep in SweepController
Category: SweepController
Repo: bridgelet-core (Soroban / Rust)
Description
The interface mentions SweepExecutedMulti event. Implement the multi-asset sweep: iterate over all assets held by the ephemeral account and transfer each to the destination in a single transaction.
Acceptance Criteria
Issue #21: Implement multi-asset sweep in SweepController
Category: SweepController
Repo: bridgelet-core (Soroban / Rust)
Description
The interface mentions
SweepExecutedMultievent. Implement the multi-asset sweep: iterate over all assets held by the ephemeral account and transfer each to the destination in a single transaction.Acceptance Criteria
cargo testpassing