UNPKG

@orochi-network/contracts

Version:

Orochi smart contracts for on-chain verification

158 lines 4.4 kB
export const AbiMulticast = [ { "inputs": [], "name": "InvalidLength", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "target", "type": "address" }, { "internalType": "bytes[]", "name": "inputs", "type": "bytes[]" } ], "name": "cast", "outputs": [ { "components": [ { "internalType": "bool", "name": "success", "type": "bool" }, { "internalType": "bytes", "name": "result", "type": "bytes" } ], "internalType": "struct Multicast.MulticastResult[]", "name": "returnData", "type": "tuple[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address[]", "name": "addresses", "type": "address[]" } ], "name": "contractDigest", "outputs": [ { "internalType": "bytes32[]", "name": "digests", "type": "bytes32[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address[]", "name": "targets", "type": "address[]" }, { "internalType": "bytes[]", "name": "inputs", "type": "bytes[]" } ], "name": "multicast", "outputs": [ { "components": [ { "internalType": "bool", "name": "success", "type": "bool" }, { "internalType": "bytes", "name": "result", "type": "bytes" } ], "internalType": "struct Multicast.MulticastResult[]", "name": "returnData", "type": "tuple[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address[]", "name": "addresses", "type": "address[]" } ], "name": "nativeBalance", "outputs": [ { "internalType": "uint256[]", "name": "balances", "type": "uint256[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "state", "outputs": [ { "components": [ { "internalType": "uint256", "name": "blockNumber", "type": "uint256" }, { "internalType": "bytes32", "name": "previousBlockHash", "type": "bytes32" }, { "internalType": "uint256", "name": "chainId", "type": "uint256" }, { "internalType": "uint256", "name": "gaslimit", "type": "uint256" }, { "internalType": "uint256", "name": "timestamp", "type": "uint256" } ], "internalType": "struct Multicast.EvmState", "name": "", "type": "tuple" } ], "stateMutability": "view", "type": "function" } ]; //# sourceMappingURL=AbiMulticast.js.map