sap_settle_escrow_batch
Batch settle V1 escrow entries by providing a depositor wallet, an array of settlements with call IDs and service hashes, and an optional Merkle root for batch verification.
Instructions
Batch settle V1 escrow entries using SDK EscrowModule.settleBatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batchRoot | No | Optional 32-byte Merkle root for batch verification | |
| settlements | No | Array of settlement objects, each containing callsToSettle (string) and serviceHash (32-byte array) | |
| depositorWallet | No | Depositor wallet public key (base58) |