Skip to main content

LendingProxyResponse

Response from proxy-mode lending operations (via 1delta composer).

transaction objectrequired
tostringrequired

Target contract address

Example: 0x1234...abcd
datastringrequired

Encoded calldata

Example: 0xabcdef...
valuestringrequired

ETH value to send with the transaction

Example: 0
permissionTxns object[]required

Approval transactions that must be executed before the main transaction

  • Array [
  • tostringrequired

    Target contract address

    datastringrequired

    Encoded calldata

    valuestringrequired

    ETH value

    infostring

    Human-readable description of the approval

  • ]
  • LendingProxyResponse
    {
    "transaction": {
    "to": "0x1234...abcd",
    "data": "0xabcdef...",
    "value": "0"
    },
    "permissionTxns": [
    {
    "to": "string",
    "data": "string",
    "value": "string",
    "info": "string"
    }
    ]
    }