LendingResponse
transaction objectrequired
tostringrequired
Target contract address
Example:
0x1234567890abcdef1234567890abcdef12345678datastringrequired
Encoded calldata
Example:
0xabcdef...valuestringrequired
ETH value to send with the transaction
Example:
0permissionTxns object[]required
Transactions that must be executed before the main transaction (approvals, etc.)
Array [
tostringrequired
Target contract address
Example:
0x1234567890abcdef1234567890abcdef12345678datastringrequired
Encoded calldata
Example:
0xabcdef...valuestringrequired
ETH value to send with the transaction
Example:
0]
LendingResponse
{
"transaction": {
"to": "0x1234567890abcdef1234567890abcdef12345678",
"data": "0xabcdef...",
"value": "0"
},
"permissionTxns": [
{
"to": "0x1234567890abcdef1234567890abcdef12345678",
"data": "0xabcdef...",
"value": "0"
}
]
}