@chainlink/contracts
Version:
Chainlink smart contracts
37 lines (36 loc) • 647 B
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "l1Token",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "outboundTransfer",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"stateMutability": "payable",
"type": "function"
}
]