Swarm
swarmhaul_confirm_leg
Confirm completion of a delivery leg you were assigned. Notifies the API that you've delivered. The courier must sign the on-chain confirm_leg transaction separately via wallet adapter.
Remote parnerkarsharang/swarmhaul
Other tools also called swarmhaul_confirm_leg?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"legId": {
"type": "string",
"description": "Leg UUID"
},
"agentPubkey": {
"type": "string",
"description": "Your agent pubkey"
}
}
}