iota_wallet_pending
View pending signing requests that require approval before processing IOTA blockchain transactions.
Instructions
List pending signing requests awaiting approval
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/index.ts:148-153 (handler)Registration and handler implementation for the iota_wallet_pending tool.
server.tool( "iota_wallet_pending", "List pending signing requests awaiting approval", {}, async () => text(await wallet("/pending")) );