LendingRawResponse
Response from direct-mode lending operations (deposit, withdraw, borrow, repay).
transaction objectrequired
tostringrequired
Target contract address
Example:
0x1234...abcddatastringrequired
Encoded calldata
Example:
0xabcdef...valuestringrequired
ETH value to send with the transaction
Example:
0permission objectrequired
Approval transaction, or null if none required
- PermissionTransaction
- null
tostringrequired
Target contract address
datastringrequired
Encoded calldata
valuestringrequired
ETH value
infostring
Human-readable description of the approval
null
LendingRawResponse
{
"transaction": {
"to": "0x1234...abcd",
"data": "0xabcdef...",
"value": "0"
},
"permission": {
"to": "string",
"data": "string",
"value": "string",
"info": "string"
}
}