sync_market_txn
Build unsigned transactions to sync a DorkFi lending market's state, triggering interest accrual and index updates on the pool contract. Returns base64-encoded transactions for signing.
Instructions
Build unsigned transactions to sync a DorkFi lending market's state (interest accrual, index updates). Calls sync_market(uint64) on the pool contract. Returns base64-encoded transactions for signing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network | |
| sender | Yes | Transaction sender wallet address | |
| symbol | Yes | Token symbol of the market to sync (e.g. VOI, USDC) |