repay_all_txn
Repay a user's entire DorkFi borrow balance by generating unsigned transactions. Queries on-chain debt, wraps tokens if required, and returns base64-encoded transactions for signing.
Instructions
Build unsigned transactions to repay a user's entire borrow balance for a DorkFi lending market. Queries the on-chain borrow amount, wraps tokens if needed, then calls repay_all. Returns base64-encoded transactions for signing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network | |
| sender | Yes | Repayer wallet address | |
| symbol | Yes | Token symbol to repay |