@chainlink/contracts
Version:
Chainlink smart contracts
37 lines (36 loc) • 635 B
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "target",
"type": "address"
}
],
"name": "TransactionFailed",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "target",
"type": "address"
},
{
"internalType": "uint256",
"name": "gasAmount",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "gasBoundCall",
"outputs": [],
"stateMutability": "payable",
"type": "function"
}
]