AllocateResponse
operationsstringrequired
Encoded operations string
datastringrequired
Encoded calldata for the allocation
valuestringrequired
ETH value required
permissionTxns object[]required
Required approval transactions
Array [
tostringrequired
Target contract address
Example:
0x1234567890abcdef1234567890abcdef12345678datastringrequired
Encoded calldata
Example:
0xabcdef...valuestringrequired
ETH value to send with the transaction
Example:
0]
AllocateResponse
{
"operations": "string",
"data": "string",
"value": "string",
"permissionTxns": [
{
"to": "0x1234567890abcdef1234567890abcdef12345678",
"data": "0xabcdef...",
"value": "0"
}
]
}