The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/chains/hyperlane-ethereum/abis/IValidatorAnnounce.abi.json

89 lines
1.6 KiB

[
{
"inputs": [
{
"internalType": "address",
"name": "_validator",
"type": "address"
},
{
"internalType": "string",
"name": "_storageLocation",
"type": "string"
},
{
"internalType": "bytes",
"name": "_signature",
"type": "bytes"
}
],
"name": "announce",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "_validators",
"type": "address[]"
}
],
"name": "getAnnouncedStorageLocations",
"outputs": [
{
"internalType": "string[][]",
"name": "",
"type": "string[][]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getAnnouncedValidators",
"outputs": [
{
"internalType": "address[]",
"name": "",
"type": "address[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "localDomain",
"outputs": [
{
"internalType": "uint32",
"name": "",
"type": "uint32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "mailbox",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]