interchainclient

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

Package interchainclient provides the interchainclient interface.

Code generated by synapse abigen DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var AppConfigLibABI = AppConfigLibMetaData.ABI

AppConfigLibABI is the input ABI used to generate the binding from. Deprecated: Use AppConfigLibMetaData.ABI instead.

View Source
var AppConfigLibBin = AppConfigLibMetaData.Bin

AppConfigLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use AppConfigLibMetaData.Bin instead.

View Source
var AppConfigLibMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"AppConfigLib__IncorrectVersion\",\"type\":\"error\"}]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f2051b1ae56ce2c77f8444772b463f11f06d872e592d81c7032260ee2f25412964736f6c63430008140033",
}

AppConfigLibMetaData contains all meta data concerning the AppConfigLib contract.

View Source
var ContextABI = ContextMetaData.ABI

ContextABI is the input ABI used to generate the binding from. Deprecated: Use ContextMetaData.ABI instead.

View Source
var ContextMetaData = &bind.MetaData{
	ABI: "[]",
}

ContextMetaData contains all meta data concerning the Context contract.

View Source
var Contracts map[string]*compiler.Contract

Contracts are unmarshalled on start

View Source
var IExecutionFeesABI = IExecutionFeesMetaData.ABI

IExecutionFeesABI is the input ABI used to generate the binding from. Deprecated: Use IExecutionFeesMetaData.ABI instead.

View Source
var IExecutionFeesFuncSigs = IExecutionFeesMetaData.Sigs

Deprecated: Use IExecutionFeesMetaData.Sigs instead. IExecutionFeesFuncSigs maps the 4-byte function signature to its string representation.

View Source
var IExecutionFeesMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"name\":\"ExecutionFees__AlreadyRecorded\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ExecutionFees__ZeroAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ExecutionFees__ZeroAmount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"name\":\"accumulatedRewards\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"accumulated\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"addExecutionFee\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"name\":\"claimExecutionFees\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"executionFee\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"name\":\"recordExecutor\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"recordedExecutor\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"name\":\"unclaimedRewards\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"unclaimed\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"73f273fc": "accumulatedRewards(address)",
		"7b18c25c": "addExecutionFee(uint64,bytes32)",
		"4e497dac": "claimExecutionFees(address)",
		"656a96d9": "executionFee(uint64,bytes32)",
		"fd411b43": "recordExecutor(uint64,bytes32,address)",
		"c2bc3357": "recordedExecutor(uint64,bytes32)",
		"949813b8": "unclaimedRewards(address)",
	},
}

IExecutionFeesMetaData contains all meta data concerning the IExecutionFees contract.

View Source
var IExecutionServiceABI = IExecutionServiceMetaData.ABI

IExecutionServiceABI is the input ABI used to generate the binding from. Deprecated: Use IExecutionServiceMetaData.ABI instead.

View Source
var IExecutionServiceFuncSigs = IExecutionServiceMetaData.Sigs

Deprecated: Use IExecutionServiceMetaData.Sigs instead. IExecutionServiceFuncSigs maps the 4-byte function signature to its string representation.

View Source
var IExecutionServiceMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"executorEOA\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"txPayloadSize\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"}],\"name\":\"getExecutionFee\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"txPayloadSize\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"executionFee\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"}],\"name\":\"requestExecution\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"62014bad": "executorEOA()",
		"96fda4da": "getExecutionFee(uint64,uint256,bytes)",
		"592a8799": "requestExecution(uint64,uint256,bytes32,uint256,bytes)",
	},
}

IExecutionServiceMetaData contains all meta data concerning the IExecutionService contract.

View Source
var IInterchainAppABI = IInterchainAppMetaData.ABI

IInterchainAppABI is the input ABI used to generate the binding from. Deprecated: Use IInterchainAppMetaData.ABI instead.

View Source
var IInterchainAppFuncSigs = IInterchainAppMetaData.Sigs

Deprecated: Use IInterchainAppMetaData.Sigs instead. IInterchainAppFuncSigs maps the 4-byte function signature to its string representation.

View Source
var IInterchainAppMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"srcChainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"sender\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"internalType\":\"bytes\",\"name\":\"message\",\"type\":\"bytes\"}],\"name\":\"appReceive\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getReceivingConfig\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"appConfig\",\"type\":\"bytes\"},{\"internalType\":\"address[]\",\"name\":\"modules\",\"type\":\"address[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"6e9fd609": "appReceive(uint64,bytes32,uint64,uint64,bytes)",
		"287bc057": "getReceivingConfig()",
	},
}

IInterchainAppMetaData contains all meta data concerning the IInterchainApp contract.

View Source
var IInterchainClientV1ABI = IInterchainClientV1MetaData.ABI

IInterchainClientV1ABI is the input ABI used to generate the binding from. Deprecated: Use IInterchainClientV1MetaData.ABI instead.

View Source
var IInterchainClientV1FuncSigs = IInterchainClientV1MetaData.Sigs

Deprecated: Use IInterchainClientV1MetaData.Sigs instead. IInterchainClientV1FuncSigs maps the 4-byte function signature to its string representation.

View Source
var IInterchainClientV1MetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"actual\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__FeeAmountTooLow\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__IncorrectDstChainId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"actual\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__IncorrectMsgValue\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"InterchainClientV1__InvalidTransactionVersion\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__NoLinkedClient\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"client\",\"type\":\"bytes32\"}],\"name\":\"InterchainClientV1__NotEVMClient\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__NotEnoughGasSupplied\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"actual\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__NotEnoughResponses\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__NotRemoteChainId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"InterchainClientV1__TxAlreadyExecuted\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"InterchainClientV1__TxNotExecuted\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__ZeroReceiver\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__ZeroRequiredResponses\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"transaction\",\"type\":\"bytes\"}],\"name\":\"getExecutor\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"getExecutorById\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"srcExecutionService\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"srcModules\",\"type\":\"address[]\"},{\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"messageLen\",\"type\":\"uint256\"}],\"name\":\"getInterchainFee\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"getLinkedClient\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"getLinkedClientEVM\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"transaction\",\"type\":\"bytes\"},{\"internalType\":\"bytes32[]\",\"name\":\"proof\",\"type\":\"bytes32[]\"}],\"name\":\"interchainExecute\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"receiver\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"srcExecutionService\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"srcModules\",\"type\":\"address[]\"},{\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"message\",\"type\":\"bytes\"}],\"name\":\"interchainSend\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"internalType\":\"structInterchainTxDescriptor\",\"name\":\"desc\",\"type\":\"tuple\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"srcExecutionService\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"srcModules\",\"type\":\"address[]\"},{\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"message\",\"type\":\"bytes\"}],\"name\":\"interchainSendEVM\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"internalType\":\"structInterchainTxDescriptor\",\"name\":\"desc\",\"type\":\"tuple\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"transaction\",\"type\":\"bytes\"},{\"internalType\":\"bytes32[]\",\"name\":\"proof\",\"type\":\"bytes32[]\"}],\"name\":\"isExecutable\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"executionFees_\",\"type\":\"address\"}],\"name\":\"setExecutionFees\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"client\",\"type\":\"bytes32\"}],\"name\":\"setLinkedClient\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"writeExecutionProof\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"f92a79ff": "getExecutor(bytes)",
		"f1a61fac": "getExecutorById(bytes32)",
		"cbb3c631": "getInterchainFee(uint64,address,address[],bytes,uint256)",
		"2e568739": "getLinkedClient(uint64)",
		"35c4a191": "getLinkedClientEVM(uint64)",
		"53b67d74": "interchainExecute(uint256,bytes,bytes32[])",
		"547efb84": "interchainSend(uint64,bytes32,address,address[],bytes,bytes)",
		"3f34448e": "interchainSendEVM(uint64,address,address,address[],bytes,bytes)",
		"1450c281": "isExecutable(bytes,bytes32[])",
		"3dc68b87": "setExecutionFees(address)",
		"f3c66e2b": "setLinkedClient(uint64,bytes32)",
		"90e81077": "writeExecutionProof(bytes32)",
	},
}

IInterchainClientV1MetaData contains all meta data concerning the IInterchainClientV1 contract.

View Source
var IInterchainDBABI = IInterchainDBMetaData.ABI

IInterchainDBABI is the input ABI used to generate the binding from. Deprecated: Use IInterchainDBMetaData.ABI instead.

View Source
var IInterchainDBFuncSigs = IInterchainDBMetaData.Sigs

Deprecated: Use IInterchainDBMetaData.Sigs instead. IInterchainDBFuncSigs maps the 4-byte function signature to its string representation.

View Source
var IInterchainDBMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"}],\"name\":\"InterchainDB__BatchDoesNotExist\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"}],\"name\":\"InterchainDB__BatchNotFinalized\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"module\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"existingBatchRoot\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"uint64\",\"name\":\"srcChainId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"batchRoot\",\"type\":\"bytes32\"}],\"internalType\":\"structInterchainBatch\",\"name\":\"newBatch\",\"type\":\"tuple\"}],\"name\":\"InterchainDB__ConflictingBatches\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"batchSize\",\"type\":\"uint64\"}],\"name\":\"InterchainDB__EntryIndexOutOfRange\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"actualFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"expectedFee\",\"type\":\"uint256\"}],\"name\":\"InterchainDB__IncorrectFeeAmount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"InterchainDB__InvalidBatchVersion\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"start\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"end\",\"type\":\"uint64\"}],\"name\":\"InterchainDB__InvalidEntryRange\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainDB__NoModulesSpecified\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainDB__SameChainId\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"DB_VERSION\",\"outputs\":[{\"internalType\":\"uint16\",\"name\":\"\",\"type\":\"uint16\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"dstModule\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint64\",\"name\":\"srcChainId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"srcWriter\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"dataHash\",\"type\":\"bytes32\"}],\"internalType\":\"structInterchainEntry\",\"name\":\"entry\",\"type\":\"tuple\"},{\"internalType\":\"bytes32[]\",\"name\":\"proof\",\"type\":\"bytes32[]\"}],\"name\":\"checkVerification\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"moduleVerifiedAt\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"}],\"name\":\"getBatch\",\"outputs\":[{\"components\":[{\"internalType\":\"uint64\",\"name\":\"srcChainId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"batchRoot\",\"type\":\"bytes32\"}],\"internalType\":\"structInterchainBatch\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"}],\"name\":\"getBatchLeafs\",\"outputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"\",\"type\":\"bytes32[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"start\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"end\",\"type\":\"uint64\"}],\"name\":\"getBatchLeafsPaginated\",\"outputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"\",\"type\":\"bytes32[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"}],\"name\":\"getBatchSize\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getDBNonce\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"name\":\"getEntryProof\",\"outputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"proof\",\"type\":\"bytes32[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"name\":\"getEntryValue\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"address[]\",\"name\":\"srcModules\",\"type\":\"address[]\"}],\"name\":\"getInterchainFee\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getNextEntryIndex\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"address[]\",\"name\":\"srcModules\",\"type\":\"address[]\"}],\"name\":\"requestBatchVerification\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"versionedBatch\",\"type\":\"bytes\"}],\"name\":\"verifyRemoteBatch\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"dataHash\",\"type\":\"bytes32\"}],\"name\":\"writeEntry\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"dataHash\",\"type\":\"bytes32\"},{\"internalType\":\"address[]\",\"name\":\"srcModules\",\"type\":\"address[]\"}],\"name\":\"writeEntryWithVerification\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"stateMutability\":\"payable\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"15f53956": "DB_VERSION()",
		"1e5df4c4": "checkVerification(address,(uint64,uint64,uint64,bytes32,bytes32),bytes32[])",
		"888775d9": "getBatch(uint64)",
		"fc1ebc91": "getBatchLeafs(uint64)",
		"1c679ac1": "getBatchLeafsPaginated(uint64,uint64,uint64)",
		"727a5f91": "getBatchSize(uint64)",
		"f338140e": "getDBNonce()",
		"fec8dfb9": "getEntryProof(uint64,uint64)",
		"d180db6f": "getEntryValue(uint64,uint64)",
		"b8ba4ba1": "getInterchainFee(uint64,address[])",
		"aa2f06ae": "getNextEntryIndex()",
		"6c49312c": "requestBatchVerification(uint64,uint64,address[])",
		"d961a48e": "verifyRemoteBatch(bytes)",
		"2ad8c706": "writeEntry(bytes32)",
		"eb20fbfd": "writeEntryWithVerification(uint64,bytes32,address[])",
	},
}

IInterchainDBMetaData contains all meta data concerning the IInterchainDB contract.

View Source
var InterchainBatchLibABI = InterchainBatchLibMetaData.ABI

InterchainBatchLibABI is the input ABI used to generate the binding from. Deprecated: Use InterchainBatchLibMetaData.ABI instead.

View Source
var InterchainBatchLibBin = InterchainBatchLibMetaData.Bin

InterchainBatchLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use InterchainBatchLibMetaData.Bin instead.

View Source
var InterchainBatchLibMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220b6a730a344512a950de0b2d6fdf538218e43d4d0b97ba837c703ecb3a8df241e64736f6c63430008140033",
}

InterchainBatchLibMetaData contains all meta data concerning the InterchainBatchLib contract.

View Source
var InterchainClientV1ABI = InterchainClientV1MetaData.ABI

InterchainClientV1ABI is the input ABI used to generate the binding from. Deprecated: Use InterchainClientV1MetaData.ABI instead.

View Source
var InterchainClientV1Bin = InterchainClientV1MetaData.Bin

InterchainClientV1Bin is the compiled bytecode used for deploying new contracts. Deprecated: Use InterchainClientV1MetaData.Bin instead.

View Source
var InterchainClientV1EventsABI = InterchainClientV1EventsMetaData.ABI

InterchainClientV1EventsABI is the input ABI used to generate the binding from. Deprecated: Use InterchainClientV1EventsMetaData.ABI instead.

View Source
var InterchainClientV1EventsMetaData = &bind.MetaData{
	ABI: "[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"executionFees\",\"type\":\"address\"}],\"name\":\"ExecutionFeesSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"name\":\"ExecutionProofWritten\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"srcChainId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"srcSender\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"dstReceiver\",\"type\":\"bytes32\"}],\"name\":\"InterchainTransactionReceived\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"srcSender\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"dstReceiver\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"verificationFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"executionFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"message\",\"type\":\"bytes\"}],\"name\":\"InterchainTransactionSent\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"client\",\"type\":\"bytes32\"}],\"name\":\"LinkedClientSet\",\"type\":\"event\"}]",
}

InterchainClientV1EventsMetaData contains all meta data concerning the InterchainClientV1Events contract.

View Source
var InterchainClientV1FuncSigs = InterchainClientV1MetaData.Sigs

Deprecated: Use InterchainClientV1MetaData.Sigs instead. InterchainClientV1FuncSigs maps the 4-byte function signature to its string representation.

View Source
var InterchainClientV1MetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"interchainDB\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"owner_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"AppConfigLib__IncorrectVersion\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"actual\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__FeeAmountTooLow\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__IncorrectDstChainId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"actual\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__IncorrectMsgValue\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"InterchainClientV1__InvalidTransactionVersion\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__NoLinkedClient\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"client\",\"type\":\"bytes32\"}],\"name\":\"InterchainClientV1__NotEVMClient\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__NotEnoughGasSupplied\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"actual\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__NotEnoughResponses\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__NotRemoteChainId\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"InterchainClientV1__TxAlreadyExecuted\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"InterchainClientV1__TxNotExecuted\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__ZeroReceiver\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__ZeroRequiredResponses\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"OptionsLib__IncorrectVersion\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"OwnableInvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"OwnableUnauthorizedAccount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"bits\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"SafeCastOverflowedUintDowncast\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"VersionedPayload__PrecompileFailed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"versionedPayload\",\"type\":\"bytes\"}],\"name\":\"VersionedPayload__TooShort\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"executionFees\",\"type\":\"address\"}],\"name\":\"ExecutionFeesSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"name\":\"ExecutionProofWritten\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"srcChainId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"srcSender\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"dstReceiver\",\"type\":\"bytes32\"}],\"name\":\"InterchainTransactionReceived\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"srcSender\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"dstReceiver\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"verificationFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"executionFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"message\",\"type\":\"bytes\"}],\"name\":\"InterchainTransactionSent\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"client\",\"type\":\"bytes32\"}],\"name\":\"LinkedClientSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"CLIENT_VERSION\",\"outputs\":[{\"internalType\":\"uint16\",\"name\":\"\",\"type\":\"uint16\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"INTERCHAIN_DB\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"encodedOptions\",\"type\":\"bytes\"}],\"name\":\"decodeOptions\",\"outputs\":[{\"components\":[{\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gasAirdrop\",\"type\":\"uint256\"}],\"internalType\":\"structOptionsV1\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"uint64\",\"name\":\"srcChainId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"srcSender\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"dstReceiver\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"message\",\"type\":\"bytes\"}],\"internalType\":\"structInterchainTransaction\",\"name\":\"icTx\",\"type\":\"tuple\"}],\"name\":\"encodeTransaction\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"executionFees\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"getAppReceivingConfigV1\",\"outputs\":[{\"components\":[{\"internalType\":\"uint256\",\"name\":\"requiredResponses\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"optimisticPeriod\",\"type\":\"uint256\"}],\"internalType\":\"structAppConfigV1\",\"name\":\"config\",\"type\":\"tuple\"},{\"internalType\":\"address[]\",\"name\":\"modules\",\"type\":\"address[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"encodedTx\",\"type\":\"bytes\"}],\"name\":\"getExecutor\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"getExecutorById\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"srcExecutionService\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"srcModules\",\"type\":\"address[]\"},{\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"messageLen\",\"type\":\"uint256\"}],\"name\":\"getInterchainFee\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"getLinkedClient\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"getLinkedClientEVM\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"linkedClientEVM\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"transaction\",\"type\":\"bytes\"},{\"internalType\":\"bytes32[]\",\"name\":\"proof\",\"type\":\"bytes32[]\"}],\"name\":\"interchainExecute\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"receiver\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"srcExecutionService\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"srcModules\",\"type\":\"address[]\"},{\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"message\",\"type\":\"bytes\"}],\"name\":\"interchainSend\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"internalType\":\"structInterchainTxDescriptor\",\"name\":\"desc\",\"type\":\"tuple\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"dstChainId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"srcExecutionService\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"srcModules\",\"type\":\"address[]\"},{\"internalType\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"message\",\"type\":\"bytes\"}],\"name\":\"interchainSendEVM\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"internalType\":\"structInterchainTxDescriptor\",\"name\":\"desc\",\"type\":\"tuple\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"encodedTx\",\"type\":\"bytes\"},{\"internalType\":\"bytes32[]\",\"name\":\"proof\",\"type\":\"bytes32[]\"}],\"name\":\"isExecutable\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"executionFees_\",\"type\":\"address\"}],\"name\":\"setExecutionFees\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"client\",\"type\":\"bytes32\"}],\"name\":\"setLinkedClient\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"transactionId\",\"type\":\"bytes32\"}],\"name\":\"writeExecutionProof\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"7813cd52": "CLIENT_VERSION()",
		"e4c61247": "INTERCHAIN_DB()",
		"d5e788a0": "decodeOptions(bytes)",
		"8654ddd4": "encodeTransaction((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes))",
		"7341eaf9": "executionFees()",
		"695fd54f": "getAppReceivingConfigV1(address)",
		"f92a79ff": "getExecutor(bytes)",
		"f1a61fac": "getExecutorById(bytes32)",
		"cbb3c631": "getInterchainFee(uint64,address,address[],bytes,uint256)",
		"2e568739": "getLinkedClient(uint64)",
		"35c4a191": "getLinkedClientEVM(uint64)",
		"53b67d74": "interchainExecute(uint256,bytes,bytes32[])",
		"547efb84": "interchainSend(uint64,bytes32,address,address[],bytes,bytes)",
		"3f34448e": "interchainSendEVM(uint64,address,address,address[],bytes,bytes)",
		"1450c281": "isExecutable(bytes,bytes32[])",
		"8da5cb5b": "owner()",
		"715018a6": "renounceOwnership()",
		"3dc68b87": "setExecutionFees(address)",
		"f3c66e2b": "setLinkedClient(uint64,bytes32)",
		"f2fde38b": "transferOwnership(address)",
		"90e81077": "writeExecutionProof(bytes32)",
	},
	Bin: "0x60a06040523480156200001157600080fd5b506040516200311c3803806200311c8339810160408190526200003491620000f0565b806001600160a01b0381166200006457604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6200006f8162000083565b50506001600160a01b031660805262000128565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b0381168114620000eb57600080fd5b919050565b600080604083850312156200010457600080fd5b6200010f83620000d3565b91506200011f60208401620000d3565b90509250929050565b608051612fae6200016e6000396000818161043601528181610b5501528181610cca0152818161140f015281816114d0015281816116490152611f7a0152612fae6000f3fe60806040526004361061016a5760003560e01c80637813cd52116100cb578063d5e788a01161007f578063f2fde38b11610059578063f2fde38b1461049b578063f3c66e2b146104bb578063f92a79ff146104db57600080fd5b8063d5e788a0146103f7578063e4c6124714610424578063f1a61fac1461045857600080fd5b80638da5cb5b116100b05780638da5cb5b1461036b57806390e8107714610396578063cbb3c631146103d757600080fd5b80637813cd52146103165780638654ddd41461033e57600080fd5b806353b67d7411610122578063695fd54f11610107578063695fd54f146102a6578063715018a6146102d45780637341eaf9146102e957600080fd5b806353b67d7414610280578063547efb841461029357600080fd5b806335c4a1911161015357806335c4a191146101d25780633dc68b87146102175780633f34448e1461023957600080fd5b80631450c2811461016f5780632e568739146101a4575b600080fd5b34801561017b57600080fd5b5061018f61018a366004612227565b6104fb565b60405190151581526020015b60405180910390f35b3480156101b057600080fd5b506101c46101bf3660046122b4565b61054d565b60405190815260200161019b565b3480156101de57600080fd5b506101f26101ed3660046122b4565b6105c0565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161019b565b34801561022357600080fd5b506102376102323660046122f3565b610685565b005b61024c610247366004612310565b610706565b604080518251815260208084015167ffffffffffffffff90811691830191909152928201519092169082015260600161019b565b61023761028e3660046123e4565b61075a565b61024c6102a136600461245e565b610972565b3480156102b257600080fd5b506102c66102c13660046122f3565b6109ae565b60405161019b92919061249e565b3480156102e057600080fd5b50610237610a4d565b3480156102f557600080fd5b506001546101f29073ffffffffffffffffffffffffffffffffffffffff1681565b34801561032257600080fd5b5061032b600181565b60405161ffff909116815260200161019b565b34801561034a57600080fd5b5061035e610359366004612614565b610a61565b60405161019b919061274e565b34801561037757600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166101f2565b3480156103a257600080fd5b506103b66103b1366004612761565b610a7c565b6040805167ffffffffffffffff93841681529290911660208301520161019b565b3480156103e357600080fd5b506101c46103f236600461277a565b610c41565b34801561040357600080fd5b50610417610412366004612818565b610e23565b60405161019b919061284d565b34801561043057600080fd5b506101f27f000000000000000000000000000000000000000000000000000000000000000081565b34801561046457600080fd5b506101f2610473366004612761565b60009081526003602052604090205473ffffffffffffffffffffffffffffffffffffffff1690565b3480156104a757600080fd5b506102376104b63660046122f3565b610e40565b3480156104c757600080fd5b506102376104d6366004612864565b610ea4565b3480156104e757600080fd5b506101f26104f6366004612890565b610f05565b6000806105088686610f52565b90506105178160c00151610ffc565b506000868660405161052a9291906128d2565b6040518091039020905061054082828787611085565b5060019695505050505050565b6000468267ffffffffffffffff16036105a3576040517f3da4f44e00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff831660048201526024015b60405180910390fd5b5067ffffffffffffffff1660009081526002602052604090205490565b6000468267ffffffffffffffff1603610611576040517f3da4f44e00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff8316600482015260240161059a565b5067ffffffffffffffff81166000908152600260205260409020548073ffffffffffffffffffffffffffffffffffffffff8116811461067f576040517f0a55a4eb0000000000000000000000000000000000000000000000000000000081526004810182905260240161059a565b50919050565b61068d6112da565b600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83169081179091556040519081527fec02f15d78cdfc4beeba45f31cfad25089004e5e3d72727168dd96a77d1f2f829060200160405180910390a150565b604080516060810182526000808252602082018190529181019190915273ffffffffffffffffffffffffffffffffffffffff891661074b8b828b8b8b8b8b8b8b61132d565b9b9a5050505050505050505050565b60006107668585610f52565b90506000858560405161077a9291906128d2565b6040518091039020905061079082828686611085565b600081815260036020526040812080547fffffffffffffffffffffffff0000000000000000000000000000000000000000163317905560c08301516107d490610ffc565b9050806020015134146108225760208101516040517f2b361025000000000000000000000000000000000000000000000000000000008152346004820152602481019190915260440161059a565b805188101561083057805197505b875a11610869576040517fe9b8315600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60a083015173ffffffffffffffffffffffffffffffffffffffff16636e9fd609893486600001518760800151886040015189606001518a60e001516040518863ffffffff1660e01b81526004016108c49594939291906128e2565b6000604051808303818589803b1580156108dd57600080fd5b5088f11580156108f1573d6000803e3d6000fd5b5050505050508260a001518360800151837f589f737f4049c62fcbcd8274eeacc86e17d29c6621f36e698bcc4c90525ce28f8660400151876060015188600001516040516109609392919067ffffffffffffffff93841681529183166020830152909116604082015260600190565b60405180910390a45050505050505050565b60408051606081018252600080825260208201819052918101919091526109a08a8a8a8a8a8a8a8a8a61132d565b9a9950505050505050505050565b60408051808201909152600080825260208201526060808373ffffffffffffffffffffffffffffffffffffffff1663287bc0576040518163ffffffff1660e01b8152600401600060405180830381865afa158015610a10573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610a38919081019061291d565b92509050610a4581611a2b565b925050915091565b610a556112da565b610a5f6000611a91565b565b6060610a766001610a7184611b06565b611bd0565b92915050565b600081815260036020526040812054819073ffffffffffffffffffffffffffffffffffffffff1680610add576040517fe99eb48d0000000000000000000000000000000000000000000000000000000081526004810185905260240161059a565b60008482604051602001610b1192919091825273ffffffffffffffffffffffffffffffffffffffff16602082015260400190565b60408051808303601f1901815290829052805160208201207f2ad8c706000000000000000000000000000000000000000000000000000000008352600483015291507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1690632ad8c7069060240160408051808303816000875af1158015610bb2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bd69190612a32565b6040805167ffffffffffffffff80851682528316602082015292965090945073ffffffffffffffffffffffffffffffffffffffff84169187917f1c45fee34c18589980aa86a2b9910fac2a0be9beca86376b6d93fa4ce7f010ae910160405180910390a35050915091565b6000610c4c88611bfc565b50610c8c84848080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250610ffc92505050565b506040517fb8ba4ba100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000169063b8ba4ba190610d03908b908a908a90600401612ac2565b602060405180830381865afa158015610d20573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d449190612aef565b905073ffffffffffffffffffffffffffffffffffffffff871615610e18576000610d6e8484611cb3565b6040517f96fda4da00000000000000000000000000000000000000000000000000000000815290915073ffffffffffffffffffffffffffffffffffffffff8916906396fda4da90610dc9908c9085908a908a90600401612b33565b602060405180830381865afa158015610de6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e0a9190612aef565b610e149083612b96565b9150505b979650505050505050565b6040805180820190915260008082526020820152610a7682610ffc565b610e486112da565b73ffffffffffffffffffffffffffffffffffffffff8116610e98576040517f1e4fbdf70000000000000000000000000000000000000000000000000000000081526000600482015260240161059a565b610ea181611a91565b50565b610eac6112da565b67ffffffffffffffff8216600081815260026020908152604091829020849055815192835282018390527ffdc2498138df0de25c8fc9bd75bb8e856dac69aaf28d3dd5e0fc48e5e9f6e93f910160405180910390a15050565b6000600360008484604051610f1b9291906128d2565b604080519182900390912082526020820192909252016000205473ffffffffffffffffffffffffffffffffffffffff169392505050565b604080516101008101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905260e082015290610f9c8484611cda565b905061ffff8116600114610fe2576040517f0fda659b00000000000000000000000000000000000000000000000000000000815261ffff8216600482015260240161059a565b610ff4610fef8585611d24565b611d7f565b949350505050565b6040805180820190915260008082526020820152600061101b83611e24565b9050600161ffff82161015611062576040517fb94fa72500000000000000000000000000000000000000000000000000000000815261ffff8216600482015260240161059a565b61106b83611e6f565b80602001905181019061107e9190612bf8565b9392505050565b60006110948560000151611bfc565b905046856020015167ffffffffffffffff16146110ef5760208501516040517f28dcee4300000000000000000000000000000000000000000000000000000000815267ffffffffffffffff909116600482015260240161059a565b60008481526003602052604090205473ffffffffffffffffffffffffffffffffffffffff161561114e576040517fd80aeb910000000000000000000000000000000000000000000000000000000081526004810185905260240161059a565b60006040518060a00160405280876000015167ffffffffffffffff168152602001876040015167ffffffffffffffff168152602001876060015167ffffffffffffffff1681526020018381526020018681525090506000806111b18860a0015190565b73ffffffffffffffffffffffffffffffffffffffff1663287bc0576040518163ffffffff1660e01b8152600401600060405180830381865afa1580156111fb573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611223919081019061291d565b91509150600061123283611a2b565b8051909150600003611270576040517fa09e214300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061128383868a8a8660200151611f69565b82519091508110156112ce5781516040517f0bce4e8500000000000000000000000000000000000000000000000000000000815261059a918391600401918252602082015260400190565b50505050505050505050565b60005473ffffffffffffffffffffffffffffffffffffffff163314610a5f576040517f118cdaa700000000000000000000000000000000000000000000000000000000815233600482015260240161059a565b60408051606081018252600080825260208201819052918101919091526113538a611bfc565b50600089900361138f576040517f0b3e41a600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6113ce85858080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250610ffc92505050565b506040517fb8ba4ba100000000000000000000000000000000000000000000000000000000815260009073ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000169063b8ba4ba190611448908e908c908c90600401612ac2565b602060405180830381865afa158015611465573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114899190612aef565b9050803410156114ce576040517f9557ee490000000000000000000000000000000000000000000000000000000081523460048201526024810182905260440161059a565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663aa2f06ae6040518163ffffffff1660e01b81526004016040805180830381865afa158015611538573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061155c9190612a32565b83602001846040018267ffffffffffffffff1667ffffffffffffffff168152508267ffffffffffffffff1667ffffffffffffffff1681525050506000611629338d8d866020015187604001518c8c8080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050508b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061207692505050565b905061163481610a61565b805190602001208360000181815250506000807f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663eb20fbfd85856020015188600001518f8f6040518663ffffffff1660e01b81526004016116af9493929190612c14565b604080518083038185885af11580156116cc573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906116f19190612a32565b91509150846020015167ffffffffffffffff168267ffffffffffffffff161480156117335750846040015167ffffffffffffffff168167ffffffffffffffff16145b61173f5761173f612c3e565b5050348281039083146117e957600154602083015185516040517f7b18c25c00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff9092166004830152602482015273ffffffffffffffffffffffffffffffffffffffff90911690637b18c25c9083906044016000604051808303818588803b1580156117cf57600080fd5b505af11580156117e3573d6000803e3d6000fd5b50505050505b73ffffffffffffffffffffffffffffffffffffffff8b16156119b85773ffffffffffffffffffffffffffffffffffffffff8b1663592a87998e61182c8a89611cb3565b87516040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815261186f9392919087908f908f90600401612c6d565b600060405180830381600087803b15801561188957600080fd5b505af115801561189d573d6000803e3d6000fd5b5050505060008b73ffffffffffffffffffffffffffffffffffffffff166362014bad6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156118ee573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119129190612caf565b600154602085015187516040517ffd411b4300000000000000000000000000000000000000000000000000000000815267ffffffffffffffff9092166004830152602482015273ffffffffffffffffffffffffffffffffffffffff808416604483015292935091169063fd411b4390606401600060405180830381600087803b15801561199e57600080fd5b505af11580156119b2573d6000803e3d6000fd5b50505050505b60a0820151608083015185516040808601516060870151602088015160c089015160e08a015194517f73b3ea77e781779ca7d3bd994ecd1ad739e22cda0120925bbf4e30de70ebc7e895611a13959493928d928c9290612ccc565b60405180910390a45050509998505050505050505050565b60408051808201909152600080825260208201526000611a4a83611e24565b9050600161ffff82161015611062576040517faac8bd2300000000000000000000000000000000000000000000000000000000815261ffff8216600482015260240161059a565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6060611b9282600001518360200151846040015185606001517fffffffffffffffff00000000000000000000000000000000000000000000000060c085901b1677ffffffffffffffff00000000000000000000000000000000608085901b16176fffffffffffffffff0000000000000000604084901b161767ffffffffffffffff821617949350505050565b82608001518360a001518460c001518560e00151604051602001611bba959493929190612d1f565b6040516020818303038152906040529050919050565b60608282604051602001611be5929190612d56565b604051602081830303815290604052905092915050565b6000468267ffffffffffffffff1603611c4d576040517f3da4f44e00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff8316600482015260240161059a565b5067ffffffffffffffff811660009081526002602052604081205490819003611cae576040517f0dbcef6b00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff8316600482015260240161059a565b919050565b6000601f19601f830116601f19601f850116611cd09060e2612b96565b61107e9190612b96565b60006002821015611d1b5782826040517f659cf9fa00000000000000000000000000000000000000000000000000000000815260040161059a929190612da1565b50503560f01c90565b3660006002831015611d665783836040517f659cf9fa00000000000000000000000000000000000000000000000000000000815260040161059a929190612da1565b611d738360028187612db5565b915091505b9250929050565b604080516101008101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905260e082015290611dcb84840185612ddf565b60e087015260c086015260a085015260808401529050611df98160c081901c91608082901c91604081901c91565b67ffffffffffffffff9081166060870152908116604086015290811660208501521682525092915050565b6000600282511015611e6457816040517f659cf9fa00000000000000000000000000000000000000000000000000000000815260040161059a919061274e565b506020015160f01c90565b6060600282511015611eaf57816040517f659cf9fa00000000000000000000000000000000000000000000000000000000815260040161059a919061274e565b81517ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe018067ffffffffffffffff811115611eec57611eec61250c565b6040519080825280601f01601f191660200182016040528015611f16576020820181803683370190505b50915060008160208401836022870160045afa905080611f62576040517f101e44fa00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050919050565b6000805b865181101561206c5760007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16631e5df4c4898481518110611fc657611fc6612e60565b60200260200101518989896040518563ffffffff1660e01b8152600401611ff09493929190612e8f565b602060405180830381865afa15801561200d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120319190612aef565b9050801580159061204a5750426120488583612b96565b105b1561205b5761205883612f40565b92505b5061206581612f40565b9050611f6d565b5095945050505050565b604080516101008101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810182905260e08101919091526040518061010001604052806120ce4661214c565b67ffffffffffffffff1681526020018867ffffffffffffffff1681526020018667ffffffffffffffff1681526020018567ffffffffffffffff16815260200161212a8a73ffffffffffffffffffffffffffffffffffffffff1690565b8152602001878152602001848152602001838152509050979650505050505050565b600067ffffffffffffffff82111561219c57604080517f6dfcc65000000000000000000000000000000000000000000000000000000000815260048101919091526024810183905260440161059a565b5090565b60008083601f8401126121b257600080fd5b50813567ffffffffffffffff8111156121ca57600080fd5b602083019150836020828501011115611d7857600080fd5b60008083601f8401126121f457600080fd5b50813567ffffffffffffffff81111561220c57600080fd5b6020830191508360208260051b8501011115611d7857600080fd5b6000806000806040858703121561223d57600080fd5b843567ffffffffffffffff8082111561225557600080fd5b612261888389016121a0565b9096509450602087013591508082111561227a57600080fd5b50612287878288016121e2565b95989497509550505050565b67ffffffffffffffff81168114610ea157600080fd5b8035611cae81612293565b6000602082840312156122c657600080fd5b813561107e81612293565b73ffffffffffffffffffffffffffffffffffffffff81168114610ea157600080fd5b60006020828403121561230557600080fd5b813561107e816122d1565b600080600080600080600080600060c08a8c03121561232e57600080fd5b893561233981612293565b985060208a0135612349816122d1565b975060408a0135612359816122d1565b965060608a013567ffffffffffffffff8082111561237657600080fd5b6123828d838e016121e2565b909850965060808c013591508082111561239b57600080fd5b6123a78d838e016121a0565b909650945060a08c01359150808211156123c057600080fd5b506123cd8c828d016121a0565b915080935050809150509295985092959850929598565b6000806000806000606086880312156123fc57600080fd5b85359450602086013567ffffffffffffffff8082111561241b57600080fd5b61242789838a016121a0565b9096509450604088013591508082111561244057600080fd5b5061244d888289016121e2565b969995985093965092949392505050565b600080600080600080600080600060c08a8c03121561247c57600080fd5b893561248781612293565b985060208a0135975060408a0135612359816122d1565b825181526020808401519082015260006060820160606040840152835190819052602090608084019082860160005b828110156124ff57815173ffffffffffffffffffffffffffffffffffffffff16845292840192908401906001016124cd565b5091979650505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610100810167ffffffffffffffff8111828210171561255f5761255f61250c565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561258e5761258e61250c565b604052919050565b600067ffffffffffffffff8211156125b0576125b061250c565b50601f01601f191660200190565b600082601f8301126125cf57600080fd5b81356125e26125dd82612596565b612565565b8181528460208386010111156125f757600080fd5b816020850160208301376000918101602001919091529392505050565b60006020828403121561262657600080fd5b813567ffffffffffffffff8082111561263e57600080fd5b90830190610100828603121561265357600080fd5b61265b61253b565b612664836122a9565b8152612672602084016122a9565b6020820152612683604084016122a9565b6040820152612694606084016122a9565b60608201526080830135608082015260a083013560a082015260c0830135828111156126bf57600080fd5b6126cb878286016125be565b60c08301525060e0830135828111156126e357600080fd5b6126ef878286016125be565b60e08301525095945050505050565b60005b83811015612719578181015183820152602001612701565b50506000910152565b6000815180845261273a8160208601602086016126fe565b601f01601f19169290920160200192915050565b60208152600061107e6020830184612722565b60006020828403121561277357600080fd5b5035919050565b600080600080600080600060a0888a03121561279557600080fd5b87356127a081612293565b965060208801356127b0816122d1565b9550604088013567ffffffffffffffff808211156127cd57600080fd5b6127d98b838c016121e2565b909750955060608a01359150808211156127f257600080fd5b506127ff8a828b016121a0565b989b979a50959894979596608090950135949350505050565b60006020828403121561282a57600080fd5b813567ffffffffffffffff81111561284157600080fd5b610ff4848285016125be565b815181526020808301519082015260408101610a76565b6000806040838503121561287757600080fd5b823561288281612293565b946020939093013593505050565b600080602083850312156128a357600080fd5b823567ffffffffffffffff8111156128ba57600080fd5b6128c6858286016121a0565b90969095509350505050565b8183823760009101908152919050565b600067ffffffffffffffff8088168352866020840152808616604084015280851660608401525060a06080830152610e1860a0830184612722565b6000806040838503121561293057600080fd5b825167ffffffffffffffff8082111561294857600080fd5b818501915085601f83011261295c57600080fd5b8151602061296c6125dd83612596565b828152888284870101111561298057600080fd5b61298f838383018488016126fe565b878201519096509350828411156129a557600080fd5b838701935087601f8501126129b957600080fd5b83519150828211156129cd576129cd61250c565b8160051b92506129de818401612565565b82815292840181019281810190898511156129f857600080fd5b948201945b84861015612a225785519350612a12846122d1565b83825294820194908201906129fd565b8096505050505050509250929050565b60008060408385031215612a4557600080fd5b8251612a5081612293565b6020840151909250612a6181612293565b809150509250929050565b8183526000602080850194508260005b85811015612ab7578135612a8f816122d1565b73ffffffffffffffffffffffffffffffffffffffff1687529582019590820190600101612a7c565b509495945050505050565b67ffffffffffffffff84168152604060208201526000612ae6604083018486612a6c565b95945050505050565b600060208284031215612b0157600080fd5b5051919050565b818352818160208501375060006020828401015260006020601f19601f840116840101905092915050565b67ffffffffffffffff85168152836020820152606060408201526000612b5d606083018486612b08565b9695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115610a7657610a76612b67565b600060408284031215612bbb57600080fd5b6040516040810181811067ffffffffffffffff82111715612bde57612bde61250c565b604052825181526020928301519281019290925250919050565b600060408284031215612c0a57600080fd5b61107e8383612ba9565b67ffffffffffffffff85168152836020820152606060408201526000612b5d606083018486612a6c565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052600160045260246000fd5b67ffffffffffffffff8716815285602082015284604082015283606082015260a060808201526000612ca360a083018486612b08565b98975050505050505050565b600060208284031215612cc157600080fd5b815161107e816122d1565b600067ffffffffffffffff808a168352808916602084015280881660408401525085606083015284608083015260e060a0830152612d0d60e0830185612722565b82810360c08401526109a08185612722565b85815284602082015283604082015260a060608201526000612d4460a0830185612722565b8281036080840152612ca38185612722565b7fffff0000000000000000000000000000000000000000000000000000000000008360f01b16815260008251612d938160028501602087016126fe565b919091016002019392505050565b602081526000610ff4602083018486612b08565b60008085851115612dc557600080fd5b83861115612dd257600080fd5b5050820193919092039150565b600080600080600060a08688031215612df757600080fd5b853594506020860135935060408601359250606086013567ffffffffffffffff80821115612e2457600080fd5b612e3089838a016125be565b93506080880135915080821115612e4657600080fd5b50612e53888289016125be565b9150509295509295909350565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b73ffffffffffffffffffffffffffffffffffffffff85168152600067ffffffffffffffff8086511660208401528060208701511660408401528060408701511660608401525060608501516080830152608085015160a083015260e060c08301528260e08301526101007f07ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff841115612f2657600080fd5b8360051b8086838601379290920190910195945050505050565b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203612f7157612f71612b67565b506001019056fea2646970667358221220bcf2f93f817adb16524a8ff2f0bb1d1f0c38d79735b89f10ebb6f34004e1de0264736f6c63430008140033",
}

InterchainClientV1MetaData contains all meta data concerning the InterchainClientV1 contract.

View Source
var InterchainEntryLibABI = InterchainEntryLibMetaData.ABI

InterchainEntryLibABI is the input ABI used to generate the binding from. Deprecated: Use InterchainEntryLibMetaData.ABI instead.

View Source
var InterchainEntryLibBin = InterchainEntryLibMetaData.Bin

InterchainEntryLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use InterchainEntryLibMetaData.Bin instead.

View Source
var InterchainEntryLibMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212204ab3bf0e5c7d6167e473b4e12f8b75e23ae9dc5342e55a8c8dd00a7ab78540cd64736f6c63430008140033",
}

InterchainEntryLibMetaData contains all meta data concerning the InterchainEntryLib contract.

View Source
var InterchainTransactionLibABI = InterchainTransactionLibMetaData.ABI

InterchainTransactionLibABI is the input ABI used to generate the binding from. Deprecated: Use InterchainTransactionLibMetaData.ABI instead.

View Source
var InterchainTransactionLibBin = InterchainTransactionLibMetaData.Bin

InterchainTransactionLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use InterchainTransactionLibMetaData.Bin instead.

View Source
var InterchainTransactionLibMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c9391bcc3651d054641f8c8452929beb0cdfc99e7a4dab7df9d09e4ee4da00b364736f6c63430008140033",
}

InterchainTransactionLibMetaData contains all meta data concerning the InterchainTransactionLib contract.

View Source
var (
	// InterchainTransactionSentTopic is the event topic for a sent transaction.
	InterchainTransactionSentTopic common.Hash
)
View Source
var MathLibABI = MathLibMetaData.ABI

MathLibABI is the input ABI used to generate the binding from. Deprecated: Use MathLibMetaData.ABI instead.

View Source
var MathLibBin = MathLibMetaData.Bin

MathLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use MathLibMetaData.Bin instead.

View Source
var MathLibMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220b71d17556e5c38eac7aa309986c9004f59eadab719fb9997ea4999799bceb68864736f6c63430008140033",
}

MathLibMetaData contains all meta data concerning the MathLib contract.

View Source
var OptionsLibABI = OptionsLibMetaData.ABI

OptionsLibABI is the input ABI used to generate the binding from. Deprecated: Use OptionsLibMetaData.ABI instead.

View Source
var OptionsLibBin = OptionsLibMetaData.Bin

OptionsLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use OptionsLibMetaData.Bin instead.

View Source
var OptionsLibMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"OptionsLib__IncorrectVersion\",\"type\":\"error\"}]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212200705e8994a6139edb4407f87f3069bd16fb1569be5f052f272e9cdfa14a5ed9264736f6c63430008140033",
}

OptionsLibMetaData contains all meta data concerning the OptionsLib contract.

View Source
var OwnableABI = OwnableMetaData.ABI

OwnableABI is the input ABI used to generate the binding from. Deprecated: Use OwnableMetaData.ABI instead.

View Source
var OwnableFuncSigs = OwnableMetaData.Sigs

Deprecated: Use OwnableMetaData.Sigs instead. OwnableFuncSigs maps the 4-byte function signature to its string representation.

View Source
var OwnableMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"OwnableInvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"OwnableUnauthorizedAccount\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"8da5cb5b": "owner()",
		"715018a6": "renounceOwnership()",
		"f2fde38b": "transferOwnership(address)",
	},
}

OwnableMetaData contains all meta data concerning the Ownable contract.

View Source
var SafeCastABI = SafeCastMetaData.ABI

SafeCastABI is the input ABI used to generate the binding from. Deprecated: Use SafeCastMetaData.ABI instead.

View Source
var SafeCastBin = SafeCastMetaData.Bin

SafeCastBin is the compiled bytecode used for deploying new contracts. Deprecated: Use SafeCastMetaData.Bin instead.

View Source
var SafeCastMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"bits\",\"type\":\"uint8\"},{\"internalType\":\"int256\",\"name\":\"value\",\"type\":\"int256\"}],\"name\":\"SafeCastOverflowedIntDowncast\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"int256\",\"name\":\"value\",\"type\":\"int256\"}],\"name\":\"SafeCastOverflowedIntToUint\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"bits\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"SafeCastOverflowedUintDowncast\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"SafeCastOverflowedUintToInt\",\"type\":\"error\"}]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122074029d79657c6190fe2583eb7976f6b14d435f0fb73bd7b8d6fddaaf9fb3493c64736f6c63430008140033",
}

SafeCastMetaData contains all meta data concerning the SafeCast contract.

View Source
var TypeCastsABI = TypeCastsMetaData.ABI

TypeCastsABI is the input ABI used to generate the binding from. Deprecated: Use TypeCastsMetaData.ABI instead.

View Source
var TypeCastsBin = TypeCastsMetaData.Bin

TypeCastsBin is the compiled bytecode used for deploying new contracts. Deprecated: Use TypeCastsMetaData.Bin instead.

View Source
var TypeCastsMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205a5bee2df810731215f6741aa76940d331b13bbe0d10b940ff10d56b1ee5964e64736f6c63430008140033",
}

TypeCastsMetaData contains all meta data concerning the TypeCasts contract.

View Source
var VersionedPayloadLibABI = VersionedPayloadLibMetaData.ABI

VersionedPayloadLibABI is the input ABI used to generate the binding from. Deprecated: Use VersionedPayloadLibMetaData.ABI instead.

View Source
var VersionedPayloadLibBin = VersionedPayloadLibMetaData.Bin

VersionedPayloadLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use VersionedPayloadLibMetaData.Bin instead.

View Source
var VersionedPayloadLibMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"VersionedPayload__PrecompileFailed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"versionedPayload\",\"type\":\"bytes\"}],\"name\":\"VersionedPayload__TooShort\",\"type\":\"error\"}]",
	Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122085369ebd974d8654caa5cbf0b1cb2538446839d054e16849ad3d418f72b15af664736f6c63430008140033",
}

VersionedPayloadLibMetaData contains all meta data concerning the VersionedPayloadLib contract.

Functions

This section is empty.

Types

type AppConfigLib

type AppConfigLib struct {
	AppConfigLibCaller     // Read-only binding to the contract
	AppConfigLibTransactor // Write-only binding to the contract
	AppConfigLibFilterer   // Log filterer for contract events
}

AppConfigLib is an auto generated Go binding around an Ethereum contract.

func DeployAppConfigLib

func DeployAppConfigLib(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *AppConfigLib, error)

DeployAppConfigLib deploys a new Ethereum contract, binding an instance of AppConfigLib to it.

func NewAppConfigLib

func NewAppConfigLib(address common.Address, backend bind.ContractBackend) (*AppConfigLib, error)

NewAppConfigLib creates a new instance of AppConfigLib, bound to a specific deployed contract.

type AppConfigLibCaller

type AppConfigLibCaller struct {
	// contains filtered or unexported fields
}

AppConfigLibCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewAppConfigLibCaller

func NewAppConfigLibCaller(address common.Address, caller bind.ContractCaller) (*AppConfigLibCaller, error)

NewAppConfigLibCaller creates a new read-only instance of AppConfigLib, bound to a specific deployed contract.

type AppConfigLibCallerRaw

type AppConfigLibCallerRaw struct {
	Contract *AppConfigLibCaller // Generic read-only contract binding to access the raw methods on
}

AppConfigLibCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*AppConfigLibCallerRaw) Call

func (_AppConfigLib *AppConfigLibCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type AppConfigLibCallerSession

type AppConfigLibCallerSession struct {
	Contract *AppConfigLibCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts       // Call options to use throughout this session
}

AppConfigLibCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type AppConfigLibFilterer

type AppConfigLibFilterer struct {
	// contains filtered or unexported fields
}

AppConfigLibFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewAppConfigLibFilterer

func NewAppConfigLibFilterer(address common.Address, filterer bind.ContractFilterer) (*AppConfigLibFilterer, error)

NewAppConfigLibFilterer creates a new log filterer instance of AppConfigLib, bound to a specific deployed contract.

type AppConfigLibRaw

type AppConfigLibRaw struct {
	Contract *AppConfigLib // Generic contract binding to access the raw methods on
}

AppConfigLibRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*AppConfigLibRaw) Call

func (_AppConfigLib *AppConfigLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*AppConfigLibRaw) Transact

func (_AppConfigLib *AppConfigLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*AppConfigLibRaw) Transfer

func (_AppConfigLib *AppConfigLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type AppConfigLibSession

type AppConfigLibSession struct {
	Contract     *AppConfigLib     // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

AppConfigLibSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type AppConfigLibTransactor

type AppConfigLibTransactor struct {
	// contains filtered or unexported fields
}

AppConfigLibTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewAppConfigLibTransactor

func NewAppConfigLibTransactor(address common.Address, transactor bind.ContractTransactor) (*AppConfigLibTransactor, error)

NewAppConfigLibTransactor creates a new write-only instance of AppConfigLib, bound to a specific deployed contract.

type AppConfigLibTransactorRaw

type AppConfigLibTransactorRaw struct {
	Contract *AppConfigLibTransactor // Generic write-only contract binding to access the raw methods on
}

AppConfigLibTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*AppConfigLibTransactorRaw) Transact

func (_AppConfigLib *AppConfigLibTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*AppConfigLibTransactorRaw) Transfer

func (_AppConfigLib *AppConfigLibTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type AppConfigLibTransactorSession

type AppConfigLibTransactorSession struct {
	Contract     *AppConfigLibTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts       // Transaction auth options to use throughout this session
}

AppConfigLibTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type AppConfigV1 added in v0.6.1

type AppConfigV1 struct {
	RequiredResponses *big.Int
	OptimisticPeriod  *big.Int
}

AppConfigV1 is an auto generated low-level Go binding around an user-defined struct.

type Context

type Context struct {
	ContextCaller     // Read-only binding to the contract
	ContextTransactor // Write-only binding to the contract
	ContextFilterer   // Log filterer for contract events
}

Context is an auto generated Go binding around an Ethereum contract.

func NewContext

func NewContext(address common.Address, backend bind.ContractBackend) (*Context, error)

NewContext creates a new instance of Context, bound to a specific deployed contract.

type ContextCaller

type ContextCaller struct {
	// contains filtered or unexported fields
}

ContextCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewContextCaller

func NewContextCaller(address common.Address, caller bind.ContractCaller) (*ContextCaller, error)

NewContextCaller creates a new read-only instance of Context, bound to a specific deployed contract.

type ContextCallerRaw

type ContextCallerRaw struct {
	Contract *ContextCaller // Generic read-only contract binding to access the raw methods on
}

ContextCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*ContextCallerRaw) Call

func (_Context *ContextCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type ContextCallerSession

type ContextCallerSession struct {
	Contract *ContextCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts  // Call options to use throughout this session
}

ContextCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type ContextFilterer

type ContextFilterer struct {
	// contains filtered or unexported fields
}

ContextFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewContextFilterer

func NewContextFilterer(address common.Address, filterer bind.ContractFilterer) (*ContextFilterer, error)

NewContextFilterer creates a new log filterer instance of Context, bound to a specific deployed contract.

type ContextRaw

type ContextRaw struct {
	Contract *Context // Generic contract binding to access the raw methods on
}

ContextRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*ContextRaw) Call

func (_Context *ContextRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*ContextRaw) Transact

func (_Context *ContextRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ContextRaw) Transfer

func (_Context *ContextRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type ContextSession

type ContextSession struct {
	Contract     *Context          // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

ContextSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type ContextTransactor

type ContextTransactor struct {
	// contains filtered or unexported fields
}

ContextTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewContextTransactor

func NewContextTransactor(address common.Address, transactor bind.ContractTransactor) (*ContextTransactor, error)

NewContextTransactor creates a new write-only instance of Context, bound to a specific deployed contract.

type ContextTransactorRaw

type ContextTransactorRaw struct {
	Contract *ContextTransactor // Generic write-only contract binding to access the raw methods on
}

ContextTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*ContextTransactorRaw) Transact

func (_Context *ContextTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ContextTransactorRaw) Transfer

func (_Context *ContextTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type ContextTransactorSession

type ContextTransactorSession struct {
	Contract     *ContextTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}

ContextTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type EventType

type EventType uint

EventType is the type of the module watcher

const (
	// InterchainTransactionSentEvent is an EventType that represents an interchain transaction sent event.
	InterchainTransactionSentEvent EventType = iota + 1
)

func (EventType) String

func (i EventType) String() string

type IExecutionFees

type IExecutionFees struct {
	IExecutionFeesCaller     // Read-only binding to the contract
	IExecutionFeesTransactor // Write-only binding to the contract
	IExecutionFeesFilterer   // Log filterer for contract events
}

IExecutionFees is an auto generated Go binding around an Ethereum contract.

func NewIExecutionFees

func NewIExecutionFees(address common.Address, backend bind.ContractBackend) (*IExecutionFees, error)

NewIExecutionFees creates a new instance of IExecutionFees, bound to a specific deployed contract.

type IExecutionFeesCaller

type IExecutionFeesCaller struct {
	// contains filtered or unexported fields
}

IExecutionFeesCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewIExecutionFeesCaller

func NewIExecutionFeesCaller(address common.Address, caller bind.ContractCaller) (*IExecutionFeesCaller, error)

NewIExecutionFeesCaller creates a new read-only instance of IExecutionFees, bound to a specific deployed contract.

func (*IExecutionFeesCaller) AccumulatedRewards

func (_IExecutionFees *IExecutionFeesCaller) AccumulatedRewards(opts *bind.CallOpts, executor common.Address) (*big.Int, error)

AccumulatedRewards is a free data retrieval call binding the contract method 0x73f273fc.

Solidity: function accumulatedRewards(address executor) view returns(uint256 accumulated)

func (*IExecutionFeesCaller) ExecutionFee

func (_IExecutionFees *IExecutionFeesCaller) ExecutionFee(opts *bind.CallOpts, dstChainId uint64, transactionId [32]byte) (*big.Int, error)

ExecutionFee is a free data retrieval call binding the contract method 0x656a96d9.

Solidity: function executionFee(uint64 dstChainId, bytes32 transactionId) view returns(uint256 fee)

func (*IExecutionFeesCaller) RecordedExecutor

func (_IExecutionFees *IExecutionFeesCaller) RecordedExecutor(opts *bind.CallOpts, dstChainId uint64, transactionId [32]byte) (common.Address, error)

RecordedExecutor is a free data retrieval call binding the contract method 0xc2bc3357.

Solidity: function recordedExecutor(uint64 dstChainId, bytes32 transactionId) view returns(address executor)

func (*IExecutionFeesCaller) UnclaimedRewards

func (_IExecutionFees *IExecutionFeesCaller) UnclaimedRewards(opts *bind.CallOpts, executor common.Address) (*big.Int, error)

UnclaimedRewards is a free data retrieval call binding the contract method 0x949813b8.

Solidity: function unclaimedRewards(address executor) view returns(uint256 unclaimed)

type IExecutionFeesCallerRaw

type IExecutionFeesCallerRaw struct {
	Contract *IExecutionFeesCaller // Generic read-only contract binding to access the raw methods on
}

IExecutionFeesCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*IExecutionFeesCallerRaw) Call

func (_IExecutionFees *IExecutionFeesCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type IExecutionFeesCallerSession

type IExecutionFeesCallerSession struct {
	Contract *IExecutionFeesCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts         // Call options to use throughout this session
}

IExecutionFeesCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*IExecutionFeesCallerSession) AccumulatedRewards

func (_IExecutionFees *IExecutionFeesCallerSession) AccumulatedRewards(executor common.Address) (*big.Int, error)

AccumulatedRewards is a free data retrieval call binding the contract method 0x73f273fc.

Solidity: function accumulatedRewards(address executor) view returns(uint256 accumulated)

func (*IExecutionFeesCallerSession) ExecutionFee

func (_IExecutionFees *IExecutionFeesCallerSession) ExecutionFee(dstChainId uint64, transactionId [32]byte) (*big.Int, error)

ExecutionFee is a free data retrieval call binding the contract method 0x656a96d9.

Solidity: function executionFee(uint64 dstChainId, bytes32 transactionId) view returns(uint256 fee)

func (*IExecutionFeesCallerSession) RecordedExecutor

func (_IExecutionFees *IExecutionFeesCallerSession) RecordedExecutor(dstChainId uint64, transactionId [32]byte) (common.Address, error)

RecordedExecutor is a free data retrieval call binding the contract method 0xc2bc3357.

Solidity: function recordedExecutor(uint64 dstChainId, bytes32 transactionId) view returns(address executor)

func (*IExecutionFeesCallerSession) UnclaimedRewards

func (_IExecutionFees *IExecutionFeesCallerSession) UnclaimedRewards(executor common.Address) (*big.Int, error)

UnclaimedRewards is a free data retrieval call binding the contract method 0x949813b8.

Solidity: function unclaimedRewards(address executor) view returns(uint256 unclaimed)

type IExecutionFeesFilterer

type IExecutionFeesFilterer struct {
	// contains filtered or unexported fields
}

IExecutionFeesFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewIExecutionFeesFilterer

func NewIExecutionFeesFilterer(address common.Address, filterer bind.ContractFilterer) (*IExecutionFeesFilterer, error)

NewIExecutionFeesFilterer creates a new log filterer instance of IExecutionFees, bound to a specific deployed contract.

type IExecutionFeesRaw

type IExecutionFeesRaw struct {
	Contract *IExecutionFees // Generic contract binding to access the raw methods on
}

IExecutionFeesRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*IExecutionFeesRaw) Call

func (_IExecutionFees *IExecutionFeesRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*IExecutionFeesRaw) Transact

func (_IExecutionFees *IExecutionFeesRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IExecutionFeesRaw) Transfer

func (_IExecutionFees *IExecutionFeesRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IExecutionFeesSession

type IExecutionFeesSession struct {
	Contract     *IExecutionFees   // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

IExecutionFeesSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*IExecutionFeesSession) AccumulatedRewards

func (_IExecutionFees *IExecutionFeesSession) AccumulatedRewards(executor common.Address) (*big.Int, error)

AccumulatedRewards is a free data retrieval call binding the contract method 0x73f273fc.

Solidity: function accumulatedRewards(address executor) view returns(uint256 accumulated)

func (*IExecutionFeesSession) AddExecutionFee

func (_IExecutionFees *IExecutionFeesSession) AddExecutionFee(dstChainId uint64, transactionId [32]byte) (*types.Transaction, error)

AddExecutionFee is a paid mutator transaction binding the contract method 0x7b18c25c.

Solidity: function addExecutionFee(uint64 dstChainId, bytes32 transactionId) payable returns()

func (*IExecutionFeesSession) ClaimExecutionFees

func (_IExecutionFees *IExecutionFeesSession) ClaimExecutionFees(executor common.Address) (*types.Transaction, error)

ClaimExecutionFees is a paid mutator transaction binding the contract method 0x4e497dac.

Solidity: function claimExecutionFees(address executor) returns()

func (*IExecutionFeesSession) ExecutionFee

func (_IExecutionFees *IExecutionFeesSession) ExecutionFee(dstChainId uint64, transactionId [32]byte) (*big.Int, error)

ExecutionFee is a free data retrieval call binding the contract method 0x656a96d9.

Solidity: function executionFee(uint64 dstChainId, bytes32 transactionId) view returns(uint256 fee)

func (*IExecutionFeesSession) RecordExecutor

func (_IExecutionFees *IExecutionFeesSession) RecordExecutor(dstChainId uint64, transactionId [32]byte, executor common.Address) (*types.Transaction, error)

RecordExecutor is a paid mutator transaction binding the contract method 0xfd411b43.

Solidity: function recordExecutor(uint64 dstChainId, bytes32 transactionId, address executor) returns()

func (*IExecutionFeesSession) RecordedExecutor

func (_IExecutionFees *IExecutionFeesSession) RecordedExecutor(dstChainId uint64, transactionId [32]byte) (common.Address, error)

RecordedExecutor is a free data retrieval call binding the contract method 0xc2bc3357.

Solidity: function recordedExecutor(uint64 dstChainId, bytes32 transactionId) view returns(address executor)

func (*IExecutionFeesSession) UnclaimedRewards

func (_IExecutionFees *IExecutionFeesSession) UnclaimedRewards(executor common.Address) (*big.Int, error)

UnclaimedRewards is a free data retrieval call binding the contract method 0x949813b8.

Solidity: function unclaimedRewards(address executor) view returns(uint256 unclaimed)

type IExecutionFeesTransactor

type IExecutionFeesTransactor struct {
	// contains filtered or unexported fields
}

IExecutionFeesTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewIExecutionFeesTransactor

func NewIExecutionFeesTransactor(address common.Address, transactor bind.ContractTransactor) (*IExecutionFeesTransactor, error)

NewIExecutionFeesTransactor creates a new write-only instance of IExecutionFees, bound to a specific deployed contract.

func (*IExecutionFeesTransactor) AddExecutionFee

func (_IExecutionFees *IExecutionFeesTransactor) AddExecutionFee(opts *bind.TransactOpts, dstChainId uint64, transactionId [32]byte) (*types.Transaction, error)

AddExecutionFee is a paid mutator transaction binding the contract method 0x7b18c25c.

Solidity: function addExecutionFee(uint64 dstChainId, bytes32 transactionId) payable returns()

func (*IExecutionFeesTransactor) ClaimExecutionFees

func (_IExecutionFees *IExecutionFeesTransactor) ClaimExecutionFees(opts *bind.TransactOpts, executor common.Address) (*types.Transaction, error)

ClaimExecutionFees is a paid mutator transaction binding the contract method 0x4e497dac.

Solidity: function claimExecutionFees(address executor) returns()

func (*IExecutionFeesTransactor) RecordExecutor

func (_IExecutionFees *IExecutionFeesTransactor) RecordExecutor(opts *bind.TransactOpts, dstChainId uint64, transactionId [32]byte, executor common.Address) (*types.Transaction, error)

RecordExecutor is a paid mutator transaction binding the contract method 0xfd411b43.

Solidity: function recordExecutor(uint64 dstChainId, bytes32 transactionId, address executor) returns()

type IExecutionFeesTransactorRaw

type IExecutionFeesTransactorRaw struct {
	Contract *IExecutionFeesTransactor // Generic write-only contract binding to access the raw methods on
}

IExecutionFeesTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*IExecutionFeesTransactorRaw) Transact

func (_IExecutionFees *IExecutionFeesTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IExecutionFeesTransactorRaw) Transfer

func (_IExecutionFees *IExecutionFeesTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IExecutionFeesTransactorSession

type IExecutionFeesTransactorSession struct {
	Contract     *IExecutionFeesTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
}

IExecutionFeesTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*IExecutionFeesTransactorSession) AddExecutionFee

func (_IExecutionFees *IExecutionFeesTransactorSession) AddExecutionFee(dstChainId uint64, transactionId [32]byte) (*types.Transaction, error)

AddExecutionFee is a paid mutator transaction binding the contract method 0x7b18c25c.

Solidity: function addExecutionFee(uint64 dstChainId, bytes32 transactionId) payable returns()

func (*IExecutionFeesTransactorSession) ClaimExecutionFees

func (_IExecutionFees *IExecutionFeesTransactorSession) ClaimExecutionFees(executor common.Address) (*types.Transaction, error)

ClaimExecutionFees is a paid mutator transaction binding the contract method 0x4e497dac.

Solidity: function claimExecutionFees(address executor) returns()

func (*IExecutionFeesTransactorSession) RecordExecutor

func (_IExecutionFees *IExecutionFeesTransactorSession) RecordExecutor(dstChainId uint64, transactionId [32]byte, executor common.Address) (*types.Transaction, error)

RecordExecutor is a paid mutator transaction binding the contract method 0xfd411b43.

Solidity: function recordExecutor(uint64 dstChainId, bytes32 transactionId, address executor) returns()

type IExecutionService

type IExecutionService struct {
	IExecutionServiceCaller     // Read-only binding to the contract
	IExecutionServiceTransactor // Write-only binding to the contract
	IExecutionServiceFilterer   // Log filterer for contract events
}

IExecutionService is an auto generated Go binding around an Ethereum contract.

func NewIExecutionService

func NewIExecutionService(address common.Address, backend bind.ContractBackend) (*IExecutionService, error)

NewIExecutionService creates a new instance of IExecutionService, bound to a specific deployed contract.

type IExecutionServiceCaller

type IExecutionServiceCaller struct {
	// contains filtered or unexported fields
}

IExecutionServiceCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewIExecutionServiceCaller

func NewIExecutionServiceCaller(address common.Address, caller bind.ContractCaller) (*IExecutionServiceCaller, error)

NewIExecutionServiceCaller creates a new read-only instance of IExecutionService, bound to a specific deployed contract.

func (*IExecutionServiceCaller) ExecutorEOA

func (_IExecutionService *IExecutionServiceCaller) ExecutorEOA(opts *bind.CallOpts) (common.Address, error)

ExecutorEOA is a free data retrieval call binding the contract method 0x62014bad.

Solidity: function executorEOA() view returns(address)

func (*IExecutionServiceCaller) GetExecutionFee

func (_IExecutionService *IExecutionServiceCaller) GetExecutionFee(opts *bind.CallOpts, dstChainId uint64, txPayloadSize *big.Int, options []byte) (*big.Int, error)

GetExecutionFee is a free data retrieval call binding the contract method 0x96fda4da.

Solidity: function getExecutionFee(uint64 dstChainId, uint256 txPayloadSize, bytes options) view returns(uint256)

type IExecutionServiceCallerRaw

type IExecutionServiceCallerRaw struct {
	Contract *IExecutionServiceCaller // Generic read-only contract binding to access the raw methods on
}

IExecutionServiceCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*IExecutionServiceCallerRaw) Call

func (_IExecutionService *IExecutionServiceCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type IExecutionServiceCallerSession

type IExecutionServiceCallerSession struct {
	Contract *IExecutionServiceCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts            // Call options to use throughout this session
}

IExecutionServiceCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*IExecutionServiceCallerSession) ExecutorEOA

func (_IExecutionService *IExecutionServiceCallerSession) ExecutorEOA() (common.Address, error)

ExecutorEOA is a free data retrieval call binding the contract method 0x62014bad.

Solidity: function executorEOA() view returns(address)

func (*IExecutionServiceCallerSession) GetExecutionFee

func (_IExecutionService *IExecutionServiceCallerSession) GetExecutionFee(dstChainId uint64, txPayloadSize *big.Int, options []byte) (*big.Int, error)

GetExecutionFee is a free data retrieval call binding the contract method 0x96fda4da.

Solidity: function getExecutionFee(uint64 dstChainId, uint256 txPayloadSize, bytes options) view returns(uint256)

type IExecutionServiceFilterer

type IExecutionServiceFilterer struct {
	// contains filtered or unexported fields
}

IExecutionServiceFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewIExecutionServiceFilterer

func NewIExecutionServiceFilterer(address common.Address, filterer bind.ContractFilterer) (*IExecutionServiceFilterer, error)

NewIExecutionServiceFilterer creates a new log filterer instance of IExecutionService, bound to a specific deployed contract.

type IExecutionServiceRaw

type IExecutionServiceRaw struct {
	Contract *IExecutionService // Generic contract binding to access the raw methods on
}

IExecutionServiceRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*IExecutionServiceRaw) Call

func (_IExecutionService *IExecutionServiceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*IExecutionServiceRaw) Transact

func (_IExecutionService *IExecutionServiceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IExecutionServiceRaw) Transfer

func (_IExecutionService *IExecutionServiceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IExecutionServiceSession

type IExecutionServiceSession struct {
	Contract     *IExecutionService // Generic contract binding to set the session for
	CallOpts     bind.CallOpts      // Call options to use throughout this session
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}

IExecutionServiceSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*IExecutionServiceSession) ExecutorEOA

func (_IExecutionService *IExecutionServiceSession) ExecutorEOA() (common.Address, error)

ExecutorEOA is a free data retrieval call binding the contract method 0x62014bad.

Solidity: function executorEOA() view returns(address)

func (*IExecutionServiceSession) GetExecutionFee

func (_IExecutionService *IExecutionServiceSession) GetExecutionFee(dstChainId uint64, txPayloadSize *big.Int, options []byte) (*big.Int, error)

GetExecutionFee is a free data retrieval call binding the contract method 0x96fda4da.

Solidity: function getExecutionFee(uint64 dstChainId, uint256 txPayloadSize, bytes options) view returns(uint256)

func (*IExecutionServiceSession) RequestExecution

func (_IExecutionService *IExecutionServiceSession) RequestExecution(dstChainId uint64, txPayloadSize *big.Int, transactionId [32]byte, executionFee *big.Int, options []byte) (*types.Transaction, error)

RequestExecution is a paid mutator transaction binding the contract method 0x592a8799.

Solidity: function requestExecution(uint64 dstChainId, uint256 txPayloadSize, bytes32 transactionId, uint256 executionFee, bytes options) returns()

type IExecutionServiceTransactor

type IExecutionServiceTransactor struct {
	// contains filtered or unexported fields
}

IExecutionServiceTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewIExecutionServiceTransactor

func NewIExecutionServiceTransactor(address common.Address, transactor bind.ContractTransactor) (*IExecutionServiceTransactor, error)

NewIExecutionServiceTransactor creates a new write-only instance of IExecutionService, bound to a specific deployed contract.

func (*IExecutionServiceTransactor) RequestExecution

func (_IExecutionService *IExecutionServiceTransactor) RequestExecution(opts *bind.TransactOpts, dstChainId uint64, txPayloadSize *big.Int, transactionId [32]byte, executionFee *big.Int, options []byte) (*types.Transaction, error)

RequestExecution is a paid mutator transaction binding the contract method 0x592a8799.

Solidity: function requestExecution(uint64 dstChainId, uint256 txPayloadSize, bytes32 transactionId, uint256 executionFee, bytes options) returns()

type IExecutionServiceTransactorRaw

type IExecutionServiceTransactorRaw struct {
	Contract *IExecutionServiceTransactor // Generic write-only contract binding to access the raw methods on
}

IExecutionServiceTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*IExecutionServiceTransactorRaw) Transact

func (_IExecutionService *IExecutionServiceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IExecutionServiceTransactorRaw) Transfer

func (_IExecutionService *IExecutionServiceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IExecutionServiceTransactorSession

type IExecutionServiceTransactorSession struct {
	Contract     *IExecutionServiceTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}

IExecutionServiceTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*IExecutionServiceTransactorSession) RequestExecution

func (_IExecutionService *IExecutionServiceTransactorSession) RequestExecution(dstChainId uint64, txPayloadSize *big.Int, transactionId [32]byte, executionFee *big.Int, options []byte) (*types.Transaction, error)

RequestExecution is a paid mutator transaction binding the contract method 0x592a8799.

Solidity: function requestExecution(uint64 dstChainId, uint256 txPayloadSize, bytes32 transactionId, uint256 executionFee, bytes options) returns()

type IInterchainApp

type IInterchainApp struct {
	IInterchainAppCaller     // Read-only binding to the contract
	IInterchainAppTransactor // Write-only binding to the contract
	IInterchainAppFilterer   // Log filterer for contract events
}

IInterchainApp is an auto generated Go binding around an Ethereum contract.

func NewIInterchainApp

func NewIInterchainApp(address common.Address, backend bind.ContractBackend) (*IInterchainApp, error)

NewIInterchainApp creates a new instance of IInterchainApp, bound to a specific deployed contract.

type IInterchainAppCaller

type IInterchainAppCaller struct {
	// contains filtered or unexported fields
}

IInterchainAppCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewIInterchainAppCaller

func NewIInterchainAppCaller(address common.Address, caller bind.ContractCaller) (*IInterchainAppCaller, error)

NewIInterchainAppCaller creates a new read-only instance of IInterchainApp, bound to a specific deployed contract.

func (*IInterchainAppCaller) GetReceivingConfig

func (_IInterchainApp *IInterchainAppCaller) GetReceivingConfig(opts *bind.CallOpts) (struct {
	AppConfig []byte
	Modules   []common.Address
}, error)

GetReceivingConfig is a free data retrieval call binding the contract method 0x287bc057.

Solidity: function getReceivingConfig() view returns(bytes appConfig, address[] modules)

type IInterchainAppCallerRaw

type IInterchainAppCallerRaw struct {
	Contract *IInterchainAppCaller // Generic read-only contract binding to access the raw methods on
}

IInterchainAppCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*IInterchainAppCallerRaw) Call

func (_IInterchainApp *IInterchainAppCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type IInterchainAppCallerSession

type IInterchainAppCallerSession struct {
	Contract *IInterchainAppCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts         // Call options to use throughout this session
}

IInterchainAppCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*IInterchainAppCallerSession) GetReceivingConfig

func (_IInterchainApp *IInterchainAppCallerSession) GetReceivingConfig() (struct {
	AppConfig []byte
	Modules   []common.Address
}, error)

GetReceivingConfig is a free data retrieval call binding the contract method 0x287bc057.

Solidity: function getReceivingConfig() view returns(bytes appConfig, address[] modules)

type IInterchainAppFilterer

type IInterchainAppFilterer struct {
	// contains filtered or unexported fields
}

IInterchainAppFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewIInterchainAppFilterer

func NewIInterchainAppFilterer(address common.Address, filterer bind.ContractFilterer) (*IInterchainAppFilterer, error)

NewIInterchainAppFilterer creates a new log filterer instance of IInterchainApp, bound to a specific deployed contract.

type IInterchainAppRaw

type IInterchainAppRaw struct {
	Contract *IInterchainApp // Generic contract binding to access the raw methods on
}

IInterchainAppRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*IInterchainAppRaw) Call

func (_IInterchainApp *IInterchainAppRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*IInterchainAppRaw) Transact

func (_IInterchainApp *IInterchainAppRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IInterchainAppRaw) Transfer

func (_IInterchainApp *IInterchainAppRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IInterchainAppSession

type IInterchainAppSession struct {
	Contract     *IInterchainApp   // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

IInterchainAppSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*IInterchainAppSession) AppReceive

func (_IInterchainApp *IInterchainAppSession) AppReceive(srcChainId uint64, sender [32]byte, dbNonce uint64, entryIndex uint64, message []byte) (*types.Transaction, error)

AppReceive is a paid mutator transaction binding the contract method 0x6e9fd609.

Solidity: function appReceive(uint64 srcChainId, bytes32 sender, uint64 dbNonce, uint64 entryIndex, bytes message) payable returns()

func (*IInterchainAppSession) GetReceivingConfig

func (_IInterchainApp *IInterchainAppSession) GetReceivingConfig() (struct {
	AppConfig []byte
	Modules   []common.Address
}, error)

GetReceivingConfig is a free data retrieval call binding the contract method 0x287bc057.

Solidity: function getReceivingConfig() view returns(bytes appConfig, address[] modules)

type IInterchainAppTransactor

type IInterchainAppTransactor struct {
	// contains filtered or unexported fields
}

IInterchainAppTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewIInterchainAppTransactor

func NewIInterchainAppTransactor(address common.Address, transactor bind.ContractTransactor) (*IInterchainAppTransactor, error)

NewIInterchainAppTransactor creates a new write-only instance of IInterchainApp, bound to a specific deployed contract.

func (*IInterchainAppTransactor) AppReceive

func (_IInterchainApp *IInterchainAppTransactor) AppReceive(opts *bind.TransactOpts, srcChainId uint64, sender [32]byte, dbNonce uint64, entryIndex uint64, message []byte) (*types.Transaction, error)

AppReceive is a paid mutator transaction binding the contract method 0x6e9fd609.

Solidity: function appReceive(uint64 srcChainId, bytes32 sender, uint64 dbNonce, uint64 entryIndex, bytes message) payable returns()

type IInterchainAppTransactorRaw

type IInterchainAppTransactorRaw struct {
	Contract *IInterchainAppTransactor // Generic write-only contract binding to access the raw methods on
}

IInterchainAppTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*IInterchainAppTransactorRaw) Transact

func (_IInterchainApp *IInterchainAppTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IInterchainAppTransactorRaw) Transfer

func (_IInterchainApp *IInterchainAppTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IInterchainAppTransactorSession

type IInterchainAppTransactorSession struct {
	Contract     *IInterchainAppTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
}

IInterchainAppTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*IInterchainAppTransactorSession) AppReceive

func (_IInterchainApp *IInterchainAppTransactorSession) AppReceive(srcChainId uint64, sender [32]byte, dbNonce uint64, entryIndex uint64, message []byte) (*types.Transaction, error)

AppReceive is a paid mutator transaction binding the contract method 0x6e9fd609.

Solidity: function appReceive(uint64 srcChainId, bytes32 sender, uint64 dbNonce, uint64 entryIndex, bytes message) payable returns()

type IInterchainClientV1

type IInterchainClientV1 struct {
	IInterchainClientV1Caller     // Read-only binding to the contract
	IInterchainClientV1Transactor // Write-only binding to the contract
	IInterchainClientV1Filterer   // Log filterer for contract events
}

IInterchainClientV1 is an auto generated Go binding around an Ethereum contract.

func NewIInterchainClientV1

func NewIInterchainClientV1(address common.Address, backend bind.ContractBackend) (*IInterchainClientV1, error)

NewIInterchainClientV1 creates a new instance of IInterchainClientV1, bound to a specific deployed contract.

type IInterchainClientV1Caller

type IInterchainClientV1Caller struct {
	// contains filtered or unexported fields
}

IInterchainClientV1Caller is an auto generated read-only Go binding around an Ethereum contract.

func NewIInterchainClientV1Caller

func NewIInterchainClientV1Caller(address common.Address, caller bind.ContractCaller) (*IInterchainClientV1Caller, error)

NewIInterchainClientV1Caller creates a new read-only instance of IInterchainClientV1, bound to a specific deployed contract.

func (*IInterchainClientV1Caller) GetExecutor

func (_IInterchainClientV1 *IInterchainClientV1Caller) GetExecutor(opts *bind.CallOpts, transaction []byte) (common.Address, error)

GetExecutor is a free data retrieval call binding the contract method 0xf92a79ff.

Solidity: function getExecutor(bytes transaction) view returns(address)

func (*IInterchainClientV1Caller) GetExecutorById

func (_IInterchainClientV1 *IInterchainClientV1Caller) GetExecutorById(opts *bind.CallOpts, transactionId [32]byte) (common.Address, error)

GetExecutorById is a free data retrieval call binding the contract method 0xf1a61fac.

Solidity: function getExecutorById(bytes32 transactionId) view returns(address)

func (*IInterchainClientV1Caller) GetInterchainFee

func (_IInterchainClientV1 *IInterchainClientV1Caller) GetInterchainFee(opts *bind.CallOpts, dstChainId uint64, srcExecutionService common.Address, srcModules []common.Address, options []byte, messageLen *big.Int) (*big.Int, error)

GetInterchainFee is a free data retrieval call binding the contract method 0xcbb3c631.

Solidity: function getInterchainFee(uint64 dstChainId, address srcExecutionService, address[] srcModules, bytes options, uint256 messageLen) view returns(uint256)

func (*IInterchainClientV1Caller) GetLinkedClient

func (_IInterchainClientV1 *IInterchainClientV1Caller) GetLinkedClient(opts *bind.CallOpts, chainId uint64) ([32]byte, error)

GetLinkedClient is a free data retrieval call binding the contract method 0x2e568739.

Solidity: function getLinkedClient(uint64 chainId) view returns(bytes32)

func (*IInterchainClientV1Caller) GetLinkedClientEVM

func (_IInterchainClientV1 *IInterchainClientV1Caller) GetLinkedClientEVM(opts *bind.CallOpts, chainId uint64) (common.Address, error)

GetLinkedClientEVM is a free data retrieval call binding the contract method 0x35c4a191.

Solidity: function getLinkedClientEVM(uint64 chainId) view returns(address)

func (*IInterchainClientV1Caller) IsExecutable

func (_IInterchainClientV1 *IInterchainClientV1Caller) IsExecutable(opts *bind.CallOpts, transaction []byte, proof [][32]byte) (bool, error)

IsExecutable is a free data retrieval call binding the contract method 0x1450c281.

Solidity: function isExecutable(bytes transaction, bytes32[] proof) view returns(bool)

type IInterchainClientV1CallerRaw

type IInterchainClientV1CallerRaw struct {
	Contract *IInterchainClientV1Caller // Generic read-only contract binding to access the raw methods on
}

IInterchainClientV1CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*IInterchainClientV1CallerRaw) Call

func (_IInterchainClientV1 *IInterchainClientV1CallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type IInterchainClientV1CallerSession

type IInterchainClientV1CallerSession struct {
	Contract *IInterchainClientV1Caller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts              // Call options to use throughout this session
}

IInterchainClientV1CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*IInterchainClientV1CallerSession) GetExecutor

func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetExecutor(transaction []byte) (common.Address, error)

GetExecutor is a free data retrieval call binding the contract method 0xf92a79ff.

Solidity: function getExecutor(bytes transaction) view returns(address)

func (*IInterchainClientV1CallerSession) GetExecutorById

func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetExecutorById(transactionId [32]byte) (common.Address, error)

GetExecutorById is a free data retrieval call binding the contract method 0xf1a61fac.

Solidity: function getExecutorById(bytes32 transactionId) view returns(address)

func (*IInterchainClientV1CallerSession) GetInterchainFee

func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetInterchainFee(dstChainId uint64, srcExecutionService common.Address, srcModules []common.Address, options []byte, messageLen *big.Int) (*big.Int, error)

GetInterchainFee is a free data retrieval call binding the contract method 0xcbb3c631.

Solidity: function getInterchainFee(uint64 dstChainId, address srcExecutionService, address[] srcModules, bytes options, uint256 messageLen) view returns(uint256)

func (*IInterchainClientV1CallerSession) GetLinkedClient

func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetLinkedClient(chainId uint64) ([32]byte, error)

GetLinkedClient is a free data retrieval call binding the contract method 0x2e568739.

Solidity: function getLinkedClient(uint64 chainId) view returns(bytes32)

func (*IInterchainClientV1CallerSession) GetLinkedClientEVM

func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetLinkedClientEVM(chainId uint64) (common.Address, error)

GetLinkedClientEVM is a free data retrieval call binding the contract method 0x35c4a191.

Solidity: function getLinkedClientEVM(uint64 chainId) view returns(address)

func (*IInterchainClientV1CallerSession) IsExecutable

func (_IInterchainClientV1 *IInterchainClientV1CallerSession) IsExecutable(transaction []byte, proof [][32]byte) (bool, error)

IsExecutable is a free data retrieval call binding the contract method 0x1450c281.

Solidity: function isExecutable(bytes transaction, bytes32[] proof) view returns(bool)

type IInterchainClientV1Filterer

type IInterchainClientV1Filterer struct {
	// contains filtered or unexported fields
}

IInterchainClientV1Filterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewIInterchainClientV1Filterer

func NewIInterchainClientV1Filterer(address common.Address, filterer bind.ContractFilterer) (*IInterchainClientV1Filterer, error)

NewIInterchainClientV1Filterer creates a new log filterer instance of IInterchainClientV1, bound to a specific deployed contract.

type IInterchainClientV1Raw

type IInterchainClientV1Raw struct {
	Contract *IInterchainClientV1 // Generic contract binding to access the raw methods on
}

IInterchainClientV1Raw is an auto generated low-level Go binding around an Ethereum contract.

func (*IInterchainClientV1Raw) Call

func (_IInterchainClientV1 *IInterchainClientV1Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*IInterchainClientV1Raw) Transact

func (_IInterchainClientV1 *IInterchainClientV1Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IInterchainClientV1Raw) Transfer

func (_IInterchainClientV1 *IInterchainClientV1Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IInterchainClientV1Session

type IInterchainClientV1Session struct {
	Contract     *IInterchainClientV1 // Generic contract binding to set the session for
	CallOpts     bind.CallOpts        // Call options to use throughout this session
	TransactOpts bind.TransactOpts    // Transaction auth options to use throughout this session
}

IInterchainClientV1Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*IInterchainClientV1Session) GetExecutor

func (_IInterchainClientV1 *IInterchainClientV1Session) GetExecutor(transaction []byte) (common.Address, error)

GetExecutor is a free data retrieval call binding the contract method 0xf92a79ff.

Solidity: function getExecutor(bytes transaction) view returns(address)

func (*IInterchainClientV1Session) GetExecutorById

func (_IInterchainClientV1 *IInterchainClientV1Session) GetExecutorById(transactionId [32]byte) (common.Address, error)

GetExecutorById is a free data retrieval call binding the contract method 0xf1a61fac.

Solidity: function getExecutorById(bytes32 transactionId) view returns(address)

func (*IInterchainClientV1Session) GetInterchainFee

func (_IInterchainClientV1 *IInterchainClientV1Session) GetInterchainFee(dstChainId uint64, srcExecutionService common.Address, srcModules []common.Address, options []byte, messageLen *big.Int) (*big.Int, error)

GetInterchainFee is a free data retrieval call binding the contract method 0xcbb3c631.

Solidity: function getInterchainFee(uint64 dstChainId, address srcExecutionService, address[] srcModules, bytes options, uint256 messageLen) view returns(uint256)

func (*IInterchainClientV1Session) GetLinkedClient

func (_IInterchainClientV1 *IInterchainClientV1Session) GetLinkedClient(chainId uint64) ([32]byte, error)

GetLinkedClient is a free data retrieval call binding the contract method 0x2e568739.

Solidity: function getLinkedClient(uint64 chainId) view returns(bytes32)

func (*IInterchainClientV1Session) GetLinkedClientEVM

func (_IInterchainClientV1 *IInterchainClientV1Session) GetLinkedClientEVM(chainId uint64) (common.Address, error)

GetLinkedClientEVM is a free data retrieval call binding the contract method 0x35c4a191.

Solidity: function getLinkedClientEVM(uint64 chainId) view returns(address)

func (*IInterchainClientV1Session) InterchainExecute

func (_IInterchainClientV1 *IInterchainClientV1Session) InterchainExecute(gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)

InterchainExecute is a paid mutator transaction binding the contract method 0x53b67d74.

Solidity: function interchainExecute(uint256 gasLimit, bytes transaction, bytes32[] proof) payable returns()

func (*IInterchainClientV1Session) InterchainSend

func (_IInterchainClientV1 *IInterchainClientV1Session) InterchainSend(dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSend is a paid mutator transaction binding the contract method 0x547efb84.

Solidity: function interchainSend(uint64 dstChainId, bytes32 receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*IInterchainClientV1Session) InterchainSendEVM

func (_IInterchainClientV1 *IInterchainClientV1Session) InterchainSendEVM(dstChainId uint64, receiver common.Address, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSendEVM is a paid mutator transaction binding the contract method 0x3f34448e.

Solidity: function interchainSendEVM(uint64 dstChainId, address receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*IInterchainClientV1Session) IsExecutable

func (_IInterchainClientV1 *IInterchainClientV1Session) IsExecutable(transaction []byte, proof [][32]byte) (bool, error)

IsExecutable is a free data retrieval call binding the contract method 0x1450c281.

Solidity: function isExecutable(bytes transaction, bytes32[] proof) view returns(bool)

func (*IInterchainClientV1Session) SetExecutionFees

func (_IInterchainClientV1 *IInterchainClientV1Session) SetExecutionFees(executionFees_ common.Address) (*types.Transaction, error)

SetExecutionFees is a paid mutator transaction binding the contract method 0x3dc68b87.

Solidity: function setExecutionFees(address executionFees_) returns()

func (*IInterchainClientV1Session) SetLinkedClient

func (_IInterchainClientV1 *IInterchainClientV1Session) SetLinkedClient(chainId uint64, client [32]byte) (*types.Transaction, error)

SetLinkedClient is a paid mutator transaction binding the contract method 0xf3c66e2b.

Solidity: function setLinkedClient(uint64 chainId, bytes32 client) returns()

func (*IInterchainClientV1Session) WriteExecutionProof

func (_IInterchainClientV1 *IInterchainClientV1Session) WriteExecutionProof(transactionId [32]byte) (*types.Transaction, error)

WriteExecutionProof is a paid mutator transaction binding the contract method 0x90e81077.

Solidity: function writeExecutionProof(bytes32 transactionId) returns(uint64 dbNonce, uint64 entryIndex)

type IInterchainClientV1Transactor

type IInterchainClientV1Transactor struct {
	// contains filtered or unexported fields
}

IInterchainClientV1Transactor is an auto generated write-only Go binding around an Ethereum contract.

func NewIInterchainClientV1Transactor

func NewIInterchainClientV1Transactor(address common.Address, transactor bind.ContractTransactor) (*IInterchainClientV1Transactor, error)

NewIInterchainClientV1Transactor creates a new write-only instance of IInterchainClientV1, bound to a specific deployed contract.

func (*IInterchainClientV1Transactor) InterchainExecute

func (_IInterchainClientV1 *IInterchainClientV1Transactor) InterchainExecute(opts *bind.TransactOpts, gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)

InterchainExecute is a paid mutator transaction binding the contract method 0x53b67d74.

Solidity: function interchainExecute(uint256 gasLimit, bytes transaction, bytes32[] proof) payable returns()

func (*IInterchainClientV1Transactor) InterchainSend

func (_IInterchainClientV1 *IInterchainClientV1Transactor) InterchainSend(opts *bind.TransactOpts, dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSend is a paid mutator transaction binding the contract method 0x547efb84.

Solidity: function interchainSend(uint64 dstChainId, bytes32 receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*IInterchainClientV1Transactor) InterchainSendEVM

func (_IInterchainClientV1 *IInterchainClientV1Transactor) InterchainSendEVM(opts *bind.TransactOpts, dstChainId uint64, receiver common.Address, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSendEVM is a paid mutator transaction binding the contract method 0x3f34448e.

Solidity: function interchainSendEVM(uint64 dstChainId, address receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*IInterchainClientV1Transactor) SetExecutionFees

func (_IInterchainClientV1 *IInterchainClientV1Transactor) SetExecutionFees(opts *bind.TransactOpts, executionFees_ common.Address) (*types.Transaction, error)

SetExecutionFees is a paid mutator transaction binding the contract method 0x3dc68b87.

Solidity: function setExecutionFees(address executionFees_) returns()

func (*IInterchainClientV1Transactor) SetLinkedClient

func (_IInterchainClientV1 *IInterchainClientV1Transactor) SetLinkedClient(opts *bind.TransactOpts, chainId uint64, client [32]byte) (*types.Transaction, error)

SetLinkedClient is a paid mutator transaction binding the contract method 0xf3c66e2b.

Solidity: function setLinkedClient(uint64 chainId, bytes32 client) returns()

func (*IInterchainClientV1Transactor) WriteExecutionProof

func (_IInterchainClientV1 *IInterchainClientV1Transactor) WriteExecutionProof(opts *bind.TransactOpts, transactionId [32]byte) (*types.Transaction, error)

WriteExecutionProof is a paid mutator transaction binding the contract method 0x90e81077.

Solidity: function writeExecutionProof(bytes32 transactionId) returns(uint64 dbNonce, uint64 entryIndex)

type IInterchainClientV1TransactorRaw

type IInterchainClientV1TransactorRaw struct {
	Contract *IInterchainClientV1Transactor // Generic write-only contract binding to access the raw methods on
}

IInterchainClientV1TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*IInterchainClientV1TransactorRaw) Transact

func (_IInterchainClientV1 *IInterchainClientV1TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IInterchainClientV1TransactorRaw) Transfer

func (_IInterchainClientV1 *IInterchainClientV1TransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IInterchainClientV1TransactorSession

type IInterchainClientV1TransactorSession struct {
	Contract     *IInterchainClientV1Transactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts              // Transaction auth options to use throughout this session
}

IInterchainClientV1TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*IInterchainClientV1TransactorSession) InterchainExecute

func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) InterchainExecute(gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)

InterchainExecute is a paid mutator transaction binding the contract method 0x53b67d74.

Solidity: function interchainExecute(uint256 gasLimit, bytes transaction, bytes32[] proof) payable returns()

func (*IInterchainClientV1TransactorSession) InterchainSend

func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) InterchainSend(dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSend is a paid mutator transaction binding the contract method 0x547efb84.

Solidity: function interchainSend(uint64 dstChainId, bytes32 receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*IInterchainClientV1TransactorSession) InterchainSendEVM

func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) InterchainSendEVM(dstChainId uint64, receiver common.Address, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSendEVM is a paid mutator transaction binding the contract method 0x3f34448e.

Solidity: function interchainSendEVM(uint64 dstChainId, address receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*IInterchainClientV1TransactorSession) SetExecutionFees

func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) SetExecutionFees(executionFees_ common.Address) (*types.Transaction, error)

SetExecutionFees is a paid mutator transaction binding the contract method 0x3dc68b87.

Solidity: function setExecutionFees(address executionFees_) returns()

func (*IInterchainClientV1TransactorSession) SetLinkedClient

func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) SetLinkedClient(chainId uint64, client [32]byte) (*types.Transaction, error)

SetLinkedClient is a paid mutator transaction binding the contract method 0xf3c66e2b.

Solidity: function setLinkedClient(uint64 chainId, bytes32 client) returns()

func (*IInterchainClientV1TransactorSession) WriteExecutionProof

func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) WriteExecutionProof(transactionId [32]byte) (*types.Transaction, error)

WriteExecutionProof is a paid mutator transaction binding the contract method 0x90e81077.

Solidity: function writeExecutionProof(bytes32 transactionId) returns(uint64 dbNonce, uint64 entryIndex)

type IInterchainDB

type IInterchainDB struct {
	IInterchainDBCaller     // Read-only binding to the contract
	IInterchainDBTransactor // Write-only binding to the contract
	IInterchainDBFilterer   // Log filterer for contract events
}

IInterchainDB is an auto generated Go binding around an Ethereum contract.

func NewIInterchainDB

func NewIInterchainDB(address common.Address, backend bind.ContractBackend) (*IInterchainDB, error)

NewIInterchainDB creates a new instance of IInterchainDB, bound to a specific deployed contract.

type IInterchainDBCaller

type IInterchainDBCaller struct {
	// contains filtered or unexported fields
}

IInterchainDBCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewIInterchainDBCaller

func NewIInterchainDBCaller(address common.Address, caller bind.ContractCaller) (*IInterchainDBCaller, error)

NewIInterchainDBCaller creates a new read-only instance of IInterchainDB, bound to a specific deployed contract.

func (*IInterchainDBCaller) CheckVerification

func (_IInterchainDB *IInterchainDBCaller) CheckVerification(opts *bind.CallOpts, dstModule common.Address, entry InterchainEntry, proof [][32]byte) (*big.Int, error)

CheckVerification is a free data retrieval call binding the contract method 0x1e5df4c4.

Solidity: function checkVerification(address dstModule, (uint64,uint64,uint64,bytes32,bytes32) entry, bytes32[] proof) view returns(uint256 moduleVerifiedAt)

func (*IInterchainDBCaller) DBVERSION added in v0.4.0

func (_IInterchainDB *IInterchainDBCaller) DBVERSION(opts *bind.CallOpts) (uint16, error)

DBVERSION is a free data retrieval call binding the contract method 0x15f53956.

Solidity: function DB_VERSION() pure returns(uint16)

func (*IInterchainDBCaller) GetBatch

func (_IInterchainDB *IInterchainDBCaller) GetBatch(opts *bind.CallOpts, dbNonce uint64) (InterchainBatch, error)

GetBatch is a free data retrieval call binding the contract method 0x888775d9.

Solidity: function getBatch(uint64 dbNonce) view returns((uint64,uint64,bytes32))

func (*IInterchainDBCaller) GetBatchLeafs

func (_IInterchainDB *IInterchainDBCaller) GetBatchLeafs(opts *bind.CallOpts, dbNonce uint64) ([][32]byte, error)

GetBatchLeafs is a free data retrieval call binding the contract method 0xfc1ebc91.

Solidity: function getBatchLeafs(uint64 dbNonce) view returns(bytes32[])

func (*IInterchainDBCaller) GetBatchLeafsPaginated

func (_IInterchainDB *IInterchainDBCaller) GetBatchLeafsPaginated(opts *bind.CallOpts, dbNonce uint64, start uint64, end uint64) ([][32]byte, error)

GetBatchLeafsPaginated is a free data retrieval call binding the contract method 0x1c679ac1.

Solidity: function getBatchLeafsPaginated(uint64 dbNonce, uint64 start, uint64 end) view returns(bytes32[])

func (*IInterchainDBCaller) GetBatchSize

func (_IInterchainDB *IInterchainDBCaller) GetBatchSize(opts *bind.CallOpts, dbNonce uint64) (uint64, error)

GetBatchSize is a free data retrieval call binding the contract method 0x727a5f91.

Solidity: function getBatchSize(uint64 dbNonce) view returns(uint64)

func (*IInterchainDBCaller) GetDBNonce

func (_IInterchainDB *IInterchainDBCaller) GetDBNonce(opts *bind.CallOpts) (uint64, error)

GetDBNonce is a free data retrieval call binding the contract method 0xf338140e.

Solidity: function getDBNonce() view returns(uint64)

func (*IInterchainDBCaller) GetEntryProof

func (_IInterchainDB *IInterchainDBCaller) GetEntryProof(opts *bind.CallOpts, dbNonce uint64, entryIndex uint64) ([][32]byte, error)

GetEntryProof is a free data retrieval call binding the contract method 0xfec8dfb9.

Solidity: function getEntryProof(uint64 dbNonce, uint64 entryIndex) view returns(bytes32[] proof)

func (*IInterchainDBCaller) GetEntryValue added in v0.0.4

func (_IInterchainDB *IInterchainDBCaller) GetEntryValue(opts *bind.CallOpts, dbNonce uint64, entryIndex uint64) ([32]byte, error)

GetEntryValue is a free data retrieval call binding the contract method 0xd180db6f.

Solidity: function getEntryValue(uint64 dbNonce, uint64 entryIndex) view returns(bytes32)

func (*IInterchainDBCaller) GetInterchainFee

func (_IInterchainDB *IInterchainDBCaller) GetInterchainFee(opts *bind.CallOpts, dstChainId uint64, srcModules []common.Address) (*big.Int, error)

GetInterchainFee is a free data retrieval call binding the contract method 0xb8ba4ba1.

Solidity: function getInterchainFee(uint64 dstChainId, address[] srcModules) view returns(uint256)

func (*IInterchainDBCaller) GetNextEntryIndex

func (_IInterchainDB *IInterchainDBCaller) GetNextEntryIndex(opts *bind.CallOpts) (struct {
	DbNonce    uint64
	EntryIndex uint64
}, error)

GetNextEntryIndex is a free data retrieval call binding the contract method 0xaa2f06ae.

Solidity: function getNextEntryIndex() view returns(uint64 dbNonce, uint64 entryIndex)

type IInterchainDBCallerRaw

type IInterchainDBCallerRaw struct {
	Contract *IInterchainDBCaller // Generic read-only contract binding to access the raw methods on
}

IInterchainDBCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*IInterchainDBCallerRaw) Call

func (_IInterchainDB *IInterchainDBCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type IInterchainDBCallerSession

type IInterchainDBCallerSession struct {
	Contract *IInterchainDBCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts        // Call options to use throughout this session
}

IInterchainDBCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*IInterchainDBCallerSession) CheckVerification

func (_IInterchainDB *IInterchainDBCallerSession) CheckVerification(dstModule common.Address, entry InterchainEntry, proof [][32]byte) (*big.Int, error)

CheckVerification is a free data retrieval call binding the contract method 0x1e5df4c4.

Solidity: function checkVerification(address dstModule, (uint64,uint64,uint64,bytes32,bytes32) entry, bytes32[] proof) view returns(uint256 moduleVerifiedAt)

func (*IInterchainDBCallerSession) DBVERSION added in v0.4.0

func (_IInterchainDB *IInterchainDBCallerSession) DBVERSION() (uint16, error)

DBVERSION is a free data retrieval call binding the contract method 0x15f53956.

Solidity: function DB_VERSION() pure returns(uint16)

func (*IInterchainDBCallerSession) GetBatch

func (_IInterchainDB *IInterchainDBCallerSession) GetBatch(dbNonce uint64) (InterchainBatch, error)

GetBatch is a free data retrieval call binding the contract method 0x888775d9.

Solidity: function getBatch(uint64 dbNonce) view returns((uint64,uint64,bytes32))

func (*IInterchainDBCallerSession) GetBatchLeafs

func (_IInterchainDB *IInterchainDBCallerSession) GetBatchLeafs(dbNonce uint64) ([][32]byte, error)

GetBatchLeafs is a free data retrieval call binding the contract method 0xfc1ebc91.

Solidity: function getBatchLeafs(uint64 dbNonce) view returns(bytes32[])

func (*IInterchainDBCallerSession) GetBatchLeafsPaginated

func (_IInterchainDB *IInterchainDBCallerSession) GetBatchLeafsPaginated(dbNonce uint64, start uint64, end uint64) ([][32]byte, error)

GetBatchLeafsPaginated is a free data retrieval call binding the contract method 0x1c679ac1.

Solidity: function getBatchLeafsPaginated(uint64 dbNonce, uint64 start, uint64 end) view returns(bytes32[])

func (*IInterchainDBCallerSession) GetBatchSize

func (_IInterchainDB *IInterchainDBCallerSession) GetBatchSize(dbNonce uint64) (uint64, error)

GetBatchSize is a free data retrieval call binding the contract method 0x727a5f91.

Solidity: function getBatchSize(uint64 dbNonce) view returns(uint64)

func (*IInterchainDBCallerSession) GetDBNonce

func (_IInterchainDB *IInterchainDBCallerSession) GetDBNonce() (uint64, error)

GetDBNonce is a free data retrieval call binding the contract method 0xf338140e.

Solidity: function getDBNonce() view returns(uint64)

func (*IInterchainDBCallerSession) GetEntryProof

func (_IInterchainDB *IInterchainDBCallerSession) GetEntryProof(dbNonce uint64, entryIndex uint64) ([][32]byte, error)

GetEntryProof is a free data retrieval call binding the contract method 0xfec8dfb9.

Solidity: function getEntryProof(uint64 dbNonce, uint64 entryIndex) view returns(bytes32[] proof)

func (*IInterchainDBCallerSession) GetEntryValue added in v0.0.4

func (_IInterchainDB *IInterchainDBCallerSession) GetEntryValue(dbNonce uint64, entryIndex uint64) ([32]byte, error)

GetEntryValue is a free data retrieval call binding the contract method 0xd180db6f.

Solidity: function getEntryValue(uint64 dbNonce, uint64 entryIndex) view returns(bytes32)

func (*IInterchainDBCallerSession) GetInterchainFee

func (_IInterchainDB *IInterchainDBCallerSession) GetInterchainFee(dstChainId uint64, srcModules []common.Address) (*big.Int, error)

GetInterchainFee is a free data retrieval call binding the contract method 0xb8ba4ba1.

Solidity: function getInterchainFee(uint64 dstChainId, address[] srcModules) view returns(uint256)

func (*IInterchainDBCallerSession) GetNextEntryIndex

func (_IInterchainDB *IInterchainDBCallerSession) GetNextEntryIndex() (struct {
	DbNonce    uint64
	EntryIndex uint64
}, error)

GetNextEntryIndex is a free data retrieval call binding the contract method 0xaa2f06ae.

Solidity: function getNextEntryIndex() view returns(uint64 dbNonce, uint64 entryIndex)

type IInterchainDBFilterer

type IInterchainDBFilterer struct {
	// contains filtered or unexported fields
}

IInterchainDBFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewIInterchainDBFilterer

func NewIInterchainDBFilterer(address common.Address, filterer bind.ContractFilterer) (*IInterchainDBFilterer, error)

NewIInterchainDBFilterer creates a new log filterer instance of IInterchainDB, bound to a specific deployed contract.

type IInterchainDBRaw

type IInterchainDBRaw struct {
	Contract *IInterchainDB // Generic contract binding to access the raw methods on
}

IInterchainDBRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*IInterchainDBRaw) Call

func (_IInterchainDB *IInterchainDBRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*IInterchainDBRaw) Transact

func (_IInterchainDB *IInterchainDBRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IInterchainDBRaw) Transfer

func (_IInterchainDB *IInterchainDBRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IInterchainDBSession

type IInterchainDBSession struct {
	Contract     *IInterchainDB    // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

IInterchainDBSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*IInterchainDBSession) CheckVerification

func (_IInterchainDB *IInterchainDBSession) CheckVerification(dstModule common.Address, entry InterchainEntry, proof [][32]byte) (*big.Int, error)

CheckVerification is a free data retrieval call binding the contract method 0x1e5df4c4.

Solidity: function checkVerification(address dstModule, (uint64,uint64,uint64,bytes32,bytes32) entry, bytes32[] proof) view returns(uint256 moduleVerifiedAt)

func (*IInterchainDBSession) DBVERSION added in v0.4.0

func (_IInterchainDB *IInterchainDBSession) DBVERSION() (uint16, error)

DBVERSION is a free data retrieval call binding the contract method 0x15f53956.

Solidity: function DB_VERSION() pure returns(uint16)

func (*IInterchainDBSession) GetBatch

func (_IInterchainDB *IInterchainDBSession) GetBatch(dbNonce uint64) (InterchainBatch, error)

GetBatch is a free data retrieval call binding the contract method 0x888775d9.

Solidity: function getBatch(uint64 dbNonce) view returns((uint64,uint64,bytes32))

func (*IInterchainDBSession) GetBatchLeafs

func (_IInterchainDB *IInterchainDBSession) GetBatchLeafs(dbNonce uint64) ([][32]byte, error)

GetBatchLeafs is a free data retrieval call binding the contract method 0xfc1ebc91.

Solidity: function getBatchLeafs(uint64 dbNonce) view returns(bytes32[])

func (*IInterchainDBSession) GetBatchLeafsPaginated

func (_IInterchainDB *IInterchainDBSession) GetBatchLeafsPaginated(dbNonce uint64, start uint64, end uint64) ([][32]byte, error)

GetBatchLeafsPaginated is a free data retrieval call binding the contract method 0x1c679ac1.

Solidity: function getBatchLeafsPaginated(uint64 dbNonce, uint64 start, uint64 end) view returns(bytes32[])

func (*IInterchainDBSession) GetBatchSize

func (_IInterchainDB *IInterchainDBSession) GetBatchSize(dbNonce uint64) (uint64, error)

GetBatchSize is a free data retrieval call binding the contract method 0x727a5f91.

Solidity: function getBatchSize(uint64 dbNonce) view returns(uint64)

func (*IInterchainDBSession) GetDBNonce

func (_IInterchainDB *IInterchainDBSession) GetDBNonce() (uint64, error)

GetDBNonce is a free data retrieval call binding the contract method 0xf338140e.

Solidity: function getDBNonce() view returns(uint64)

func (*IInterchainDBSession) GetEntryProof

func (_IInterchainDB *IInterchainDBSession) GetEntryProof(dbNonce uint64, entryIndex uint64) ([][32]byte, error)

GetEntryProof is a free data retrieval call binding the contract method 0xfec8dfb9.

Solidity: function getEntryProof(uint64 dbNonce, uint64 entryIndex) view returns(bytes32[] proof)

func (*IInterchainDBSession) GetEntryValue added in v0.0.4

func (_IInterchainDB *IInterchainDBSession) GetEntryValue(dbNonce uint64, entryIndex uint64) ([32]byte, error)

GetEntryValue is a free data retrieval call binding the contract method 0xd180db6f.

Solidity: function getEntryValue(uint64 dbNonce, uint64 entryIndex) view returns(bytes32)

func (*IInterchainDBSession) GetInterchainFee

func (_IInterchainDB *IInterchainDBSession) GetInterchainFee(dstChainId uint64, srcModules []common.Address) (*big.Int, error)

GetInterchainFee is a free data retrieval call binding the contract method 0xb8ba4ba1.

Solidity: function getInterchainFee(uint64 dstChainId, address[] srcModules) view returns(uint256)

func (*IInterchainDBSession) GetNextEntryIndex

func (_IInterchainDB *IInterchainDBSession) GetNextEntryIndex() (struct {
	DbNonce    uint64
	EntryIndex uint64
}, error)

GetNextEntryIndex is a free data retrieval call binding the contract method 0xaa2f06ae.

Solidity: function getNextEntryIndex() view returns(uint64 dbNonce, uint64 entryIndex)

func (*IInterchainDBSession) RequestBatchVerification

func (_IInterchainDB *IInterchainDBSession) RequestBatchVerification(dstChainId uint64, dbNonce uint64, srcModules []common.Address) (*types.Transaction, error)

RequestBatchVerification is a paid mutator transaction binding the contract method 0x6c49312c.

Solidity: function requestBatchVerification(uint64 dstChainId, uint64 dbNonce, address[] srcModules) payable returns()

func (*IInterchainDBSession) VerifyRemoteBatch

func (_IInterchainDB *IInterchainDBSession) VerifyRemoteBatch(versionedBatch []byte) (*types.Transaction, error)

VerifyRemoteBatch is a paid mutator transaction binding the contract method 0xd961a48e.

Solidity: function verifyRemoteBatch(bytes versionedBatch) returns()

func (*IInterchainDBSession) WriteEntry

func (_IInterchainDB *IInterchainDBSession) WriteEntry(dataHash [32]byte) (*types.Transaction, error)

WriteEntry is a paid mutator transaction binding the contract method 0x2ad8c706.

Solidity: function writeEntry(bytes32 dataHash) returns(uint64 dbNonce, uint64 entryIndex)

func (*IInterchainDBSession) WriteEntryWithVerification

func (_IInterchainDB *IInterchainDBSession) WriteEntryWithVerification(dstChainId uint64, dataHash [32]byte, srcModules []common.Address) (*types.Transaction, error)

WriteEntryWithVerification is a paid mutator transaction binding the contract method 0xeb20fbfd.

Solidity: function writeEntryWithVerification(uint64 dstChainId, bytes32 dataHash, address[] srcModules) payable returns(uint64 dbNonce, uint64 entryIndex)

type IInterchainDBTransactor

type IInterchainDBTransactor struct {
	// contains filtered or unexported fields
}

IInterchainDBTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewIInterchainDBTransactor

func NewIInterchainDBTransactor(address common.Address, transactor bind.ContractTransactor) (*IInterchainDBTransactor, error)

NewIInterchainDBTransactor creates a new write-only instance of IInterchainDB, bound to a specific deployed contract.

func (*IInterchainDBTransactor) RequestBatchVerification

func (_IInterchainDB *IInterchainDBTransactor) RequestBatchVerification(opts *bind.TransactOpts, dstChainId uint64, dbNonce uint64, srcModules []common.Address) (*types.Transaction, error)

RequestBatchVerification is a paid mutator transaction binding the contract method 0x6c49312c.

Solidity: function requestBatchVerification(uint64 dstChainId, uint64 dbNonce, address[] srcModules) payable returns()

func (*IInterchainDBTransactor) VerifyRemoteBatch

func (_IInterchainDB *IInterchainDBTransactor) VerifyRemoteBatch(opts *bind.TransactOpts, versionedBatch []byte) (*types.Transaction, error)

VerifyRemoteBatch is a paid mutator transaction binding the contract method 0xd961a48e.

Solidity: function verifyRemoteBatch(bytes versionedBatch) returns()

func (*IInterchainDBTransactor) WriteEntry

func (_IInterchainDB *IInterchainDBTransactor) WriteEntry(opts *bind.TransactOpts, dataHash [32]byte) (*types.Transaction, error)

WriteEntry is a paid mutator transaction binding the contract method 0x2ad8c706.

Solidity: function writeEntry(bytes32 dataHash) returns(uint64 dbNonce, uint64 entryIndex)

func (*IInterchainDBTransactor) WriteEntryWithVerification

func (_IInterchainDB *IInterchainDBTransactor) WriteEntryWithVerification(opts *bind.TransactOpts, dstChainId uint64, dataHash [32]byte, srcModules []common.Address) (*types.Transaction, error)

WriteEntryWithVerification is a paid mutator transaction binding the contract method 0xeb20fbfd.

Solidity: function writeEntryWithVerification(uint64 dstChainId, bytes32 dataHash, address[] srcModules) payable returns(uint64 dbNonce, uint64 entryIndex)

type IInterchainDBTransactorRaw

type IInterchainDBTransactorRaw struct {
	Contract *IInterchainDBTransactor // Generic write-only contract binding to access the raw methods on
}

IInterchainDBTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*IInterchainDBTransactorRaw) Transact

func (_IInterchainDB *IInterchainDBTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IInterchainDBTransactorRaw) Transfer

func (_IInterchainDB *IInterchainDBTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type IInterchainDBTransactorSession

type IInterchainDBTransactorSession struct {
	Contract     *IInterchainDBTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
}

IInterchainDBTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*IInterchainDBTransactorSession) RequestBatchVerification

func (_IInterchainDB *IInterchainDBTransactorSession) RequestBatchVerification(dstChainId uint64, dbNonce uint64, srcModules []common.Address) (*types.Transaction, error)

RequestBatchVerification is a paid mutator transaction binding the contract method 0x6c49312c.

Solidity: function requestBatchVerification(uint64 dstChainId, uint64 dbNonce, address[] srcModules) payable returns()

func (*IInterchainDBTransactorSession) VerifyRemoteBatch

func (_IInterchainDB *IInterchainDBTransactorSession) VerifyRemoteBatch(versionedBatch []byte) (*types.Transaction, error)

VerifyRemoteBatch is a paid mutator transaction binding the contract method 0xd961a48e.

Solidity: function verifyRemoteBatch(bytes versionedBatch) returns()

func (*IInterchainDBTransactorSession) WriteEntry

func (_IInterchainDB *IInterchainDBTransactorSession) WriteEntry(dataHash [32]byte) (*types.Transaction, error)

WriteEntry is a paid mutator transaction binding the contract method 0x2ad8c706.

Solidity: function writeEntry(bytes32 dataHash) returns(uint64 dbNonce, uint64 entryIndex)

func (*IInterchainDBTransactorSession) WriteEntryWithVerification

func (_IInterchainDB *IInterchainDBTransactorSession) WriteEntryWithVerification(dstChainId uint64, dataHash [32]byte, srcModules []common.Address) (*types.Transaction, error)

WriteEntryWithVerification is a paid mutator transaction binding the contract method 0xeb20fbfd.

Solidity: function writeEntryWithVerification(uint64 dstChainId, bytes32 dataHash, address[] srcModules) payable returns(uint64 dbNonce, uint64 entryIndex)

type InterchainBatch

type InterchainBatch struct {
	SrcChainId uint64
	DbNonce    uint64
	BatchRoot  [32]byte
}

InterchainBatch is an auto generated low-level Go binding around an user-defined struct.

type InterchainBatchLib

type InterchainBatchLib struct {
	InterchainBatchLibCaller     // Read-only binding to the contract
	InterchainBatchLibTransactor // Write-only binding to the contract
	InterchainBatchLibFilterer   // Log filterer for contract events
}

InterchainBatchLib is an auto generated Go binding around an Ethereum contract.

func DeployInterchainBatchLib

func DeployInterchainBatchLib(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *InterchainBatchLib, error)

DeployInterchainBatchLib deploys a new Ethereum contract, binding an instance of InterchainBatchLib to it.

func NewInterchainBatchLib

func NewInterchainBatchLib(address common.Address, backend bind.ContractBackend) (*InterchainBatchLib, error)

NewInterchainBatchLib creates a new instance of InterchainBatchLib, bound to a specific deployed contract.

type InterchainBatchLibCaller

type InterchainBatchLibCaller struct {
	// contains filtered or unexported fields
}

InterchainBatchLibCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewInterchainBatchLibCaller

func NewInterchainBatchLibCaller(address common.Address, caller bind.ContractCaller) (*InterchainBatchLibCaller, error)

NewInterchainBatchLibCaller creates a new read-only instance of InterchainBatchLib, bound to a specific deployed contract.

type InterchainBatchLibCallerRaw

type InterchainBatchLibCallerRaw struct {
	Contract *InterchainBatchLibCaller // Generic read-only contract binding to access the raw methods on
}

InterchainBatchLibCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*InterchainBatchLibCallerRaw) Call

func (_InterchainBatchLib *InterchainBatchLibCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type InterchainBatchLibCallerSession

type InterchainBatchLibCallerSession struct {
	Contract *InterchainBatchLibCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts             // Call options to use throughout this session
}

InterchainBatchLibCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type InterchainBatchLibFilterer

type InterchainBatchLibFilterer struct {
	// contains filtered or unexported fields
}

InterchainBatchLibFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewInterchainBatchLibFilterer

func NewInterchainBatchLibFilterer(address common.Address, filterer bind.ContractFilterer) (*InterchainBatchLibFilterer, error)

NewInterchainBatchLibFilterer creates a new log filterer instance of InterchainBatchLib, bound to a specific deployed contract.

type InterchainBatchLibRaw

type InterchainBatchLibRaw struct {
	Contract *InterchainBatchLib // Generic contract binding to access the raw methods on
}

InterchainBatchLibRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*InterchainBatchLibRaw) Call

func (_InterchainBatchLib *InterchainBatchLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*InterchainBatchLibRaw) Transact

func (_InterchainBatchLib *InterchainBatchLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainBatchLibRaw) Transfer

func (_InterchainBatchLib *InterchainBatchLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainBatchLibSession

type InterchainBatchLibSession struct {
	Contract     *InterchainBatchLib // Generic contract binding to set the session for
	CallOpts     bind.CallOpts       // Call options to use throughout this session
	TransactOpts bind.TransactOpts   // Transaction auth options to use throughout this session
}

InterchainBatchLibSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type InterchainBatchLibTransactor

type InterchainBatchLibTransactor struct {
	// contains filtered or unexported fields
}

InterchainBatchLibTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewInterchainBatchLibTransactor

func NewInterchainBatchLibTransactor(address common.Address, transactor bind.ContractTransactor) (*InterchainBatchLibTransactor, error)

NewInterchainBatchLibTransactor creates a new write-only instance of InterchainBatchLib, bound to a specific deployed contract.

type InterchainBatchLibTransactorRaw

type InterchainBatchLibTransactorRaw struct {
	Contract *InterchainBatchLibTransactor // Generic write-only contract binding to access the raw methods on
}

InterchainBatchLibTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*InterchainBatchLibTransactorRaw) Transact

func (_InterchainBatchLib *InterchainBatchLibTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainBatchLibTransactorRaw) Transfer

func (_InterchainBatchLib *InterchainBatchLibTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainBatchLibTransactorSession

type InterchainBatchLibTransactorSession struct {
	Contract     *InterchainBatchLibTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
}

InterchainBatchLibTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type InterchainClientRef

type InterchainClientRef struct {
	*InterchainClientV1
	// contains filtered or unexported fields
}

InterchainClientRef is a reference to an interchain client. nolint: golint

func NewInterchainClientRef

func NewInterchainClientRef(address common.Address, backend bind.ContractBackend) (*InterchainClientRef, error)

NewInterchainClientRef creates a new interchain client with a contract ref.

func (*InterchainClientRef) Address

func (i *InterchainClientRef) Address() common.Address

Address is the contract address.

type InterchainClientV1

type InterchainClientV1 struct {
	InterchainClientV1Caller     // Read-only binding to the contract
	InterchainClientV1Transactor // Write-only binding to the contract
	InterchainClientV1Filterer   // Log filterer for contract events
}

InterchainClientV1 is an auto generated Go binding around an Ethereum contract.

func DeployInterchainClientV1

func DeployInterchainClientV1(auth *bind.TransactOpts, backend bind.ContractBackend, interchainDB common.Address, owner_ common.Address) (common.Address, *types.Transaction, *InterchainClientV1, error)

DeployInterchainClientV1 deploys a new Ethereum contract, binding an instance of InterchainClientV1 to it.

func NewInterchainClientV1

func NewInterchainClientV1(address common.Address, backend bind.ContractBackend) (*InterchainClientV1, error)

NewInterchainClientV1 creates a new instance of InterchainClientV1, bound to a specific deployed contract.

type InterchainClientV1Caller

type InterchainClientV1Caller struct {
	// contains filtered or unexported fields
}

InterchainClientV1Caller is an auto generated read-only Go binding around an Ethereum contract.

func NewInterchainClientV1Caller

func NewInterchainClientV1Caller(address common.Address, caller bind.ContractCaller) (*InterchainClientV1Caller, error)

NewInterchainClientV1Caller creates a new read-only instance of InterchainClientV1, bound to a specific deployed contract.

func (*InterchainClientV1Caller) CLIENTVERSION added in v0.4.0

func (_InterchainClientV1 *InterchainClientV1Caller) CLIENTVERSION(opts *bind.CallOpts) (uint16, error)

CLIENTVERSION is a free data retrieval call binding the contract method 0x7813cd52.

Solidity: function CLIENT_VERSION() view returns(uint16)

func (*InterchainClientV1Caller) DecodeOptions

func (_InterchainClientV1 *InterchainClientV1Caller) DecodeOptions(opts *bind.CallOpts, encodedOptions []byte) (OptionsV1, error)

DecodeOptions is a free data retrieval call binding the contract method 0xd5e788a0.

Solidity: function decodeOptions(bytes encodedOptions) view returns((uint256,uint256))

func (*InterchainClientV1Caller) EncodeTransaction

func (_InterchainClientV1 *InterchainClientV1Caller) EncodeTransaction(opts *bind.CallOpts, icTx InterchainTransaction) ([]byte, error)

EncodeTransaction is a free data retrieval call binding the contract method 0x8654ddd4.

Solidity: function encodeTransaction((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes) icTx) pure returns(bytes)

func (*InterchainClientV1Caller) ExecutionFees

func (_InterchainClientV1 *InterchainClientV1Caller) ExecutionFees(opts *bind.CallOpts) (common.Address, error)

ExecutionFees is a free data retrieval call binding the contract method 0x7341eaf9.

Solidity: function executionFees() view returns(address)

func (*InterchainClientV1Caller) GetAppReceivingConfigV1 added in v0.6.1

func (_InterchainClientV1 *InterchainClientV1Caller) GetAppReceivingConfigV1(opts *bind.CallOpts, receiver common.Address) (struct {
	Config  AppConfigV1
	Modules []common.Address
}, error)

GetAppReceivingConfigV1 is a free data retrieval call binding the contract method 0x695fd54f.

Solidity: function getAppReceivingConfigV1(address receiver) view returns((uint256,uint256) config, address[] modules)

func (*InterchainClientV1Caller) GetExecutor

func (_InterchainClientV1 *InterchainClientV1Caller) GetExecutor(opts *bind.CallOpts, encodedTx []byte) (common.Address, error)

GetExecutor is a free data retrieval call binding the contract method 0xf92a79ff.

Solidity: function getExecutor(bytes encodedTx) view returns(address)

func (*InterchainClientV1Caller) GetExecutorById

func (_InterchainClientV1 *InterchainClientV1Caller) GetExecutorById(opts *bind.CallOpts, transactionId [32]byte) (common.Address, error)

GetExecutorById is a free data retrieval call binding the contract method 0xf1a61fac.

Solidity: function getExecutorById(bytes32 transactionId) view returns(address)

func (*InterchainClientV1Caller) GetInterchainFee

func (_InterchainClientV1 *InterchainClientV1Caller) GetInterchainFee(opts *bind.CallOpts, dstChainId uint64, srcExecutionService common.Address, srcModules []common.Address, options []byte, messageLen *big.Int) (*big.Int, error)

GetInterchainFee is a free data retrieval call binding the contract method 0xcbb3c631.

Solidity: function getInterchainFee(uint64 dstChainId, address srcExecutionService, address[] srcModules, bytes options, uint256 messageLen) view returns(uint256 fee)

func (*InterchainClientV1Caller) GetLinkedClient

func (_InterchainClientV1 *InterchainClientV1Caller) GetLinkedClient(opts *bind.CallOpts, chainId uint64) ([32]byte, error)

GetLinkedClient is a free data retrieval call binding the contract method 0x2e568739.

Solidity: function getLinkedClient(uint64 chainId) view returns(bytes32)

func (*InterchainClientV1Caller) GetLinkedClientEVM

func (_InterchainClientV1 *InterchainClientV1Caller) GetLinkedClientEVM(opts *bind.CallOpts, chainId uint64) (common.Address, error)

GetLinkedClientEVM is a free data retrieval call binding the contract method 0x35c4a191.

Solidity: function getLinkedClientEVM(uint64 chainId) view returns(address linkedClientEVM)

func (*InterchainClientV1Caller) INTERCHAINDB

func (_InterchainClientV1 *InterchainClientV1Caller) INTERCHAINDB(opts *bind.CallOpts) (common.Address, error)

INTERCHAINDB is a free data retrieval call binding the contract method 0xe4c61247.

Solidity: function INTERCHAIN_DB() view returns(address)

func (*InterchainClientV1Caller) IsExecutable

func (_InterchainClientV1 *InterchainClientV1Caller) IsExecutable(opts *bind.CallOpts, encodedTx []byte, proof [][32]byte) (bool, error)

IsExecutable is a free data retrieval call binding the contract method 0x1450c281.

Solidity: function isExecutable(bytes encodedTx, bytes32[] proof) view returns(bool)

func (*InterchainClientV1Caller) Owner

func (_InterchainClientV1 *InterchainClientV1Caller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

type InterchainClientV1CallerRaw

type InterchainClientV1CallerRaw struct {
	Contract *InterchainClientV1Caller // Generic read-only contract binding to access the raw methods on
}

InterchainClientV1CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*InterchainClientV1CallerRaw) Call

func (_InterchainClientV1 *InterchainClientV1CallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type InterchainClientV1CallerSession

type InterchainClientV1CallerSession struct {
	Contract *InterchainClientV1Caller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts             // Call options to use throughout this session
}

InterchainClientV1CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*InterchainClientV1CallerSession) CLIENTVERSION added in v0.4.0

func (_InterchainClientV1 *InterchainClientV1CallerSession) CLIENTVERSION() (uint16, error)

CLIENTVERSION is a free data retrieval call binding the contract method 0x7813cd52.

Solidity: function CLIENT_VERSION() view returns(uint16)

func (*InterchainClientV1CallerSession) DecodeOptions

func (_InterchainClientV1 *InterchainClientV1CallerSession) DecodeOptions(encodedOptions []byte) (OptionsV1, error)

DecodeOptions is a free data retrieval call binding the contract method 0xd5e788a0.

Solidity: function decodeOptions(bytes encodedOptions) view returns((uint256,uint256))

func (*InterchainClientV1CallerSession) EncodeTransaction

func (_InterchainClientV1 *InterchainClientV1CallerSession) EncodeTransaction(icTx InterchainTransaction) ([]byte, error)

EncodeTransaction is a free data retrieval call binding the contract method 0x8654ddd4.

Solidity: function encodeTransaction((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes) icTx) pure returns(bytes)

func (*InterchainClientV1CallerSession) ExecutionFees

func (_InterchainClientV1 *InterchainClientV1CallerSession) ExecutionFees() (common.Address, error)

ExecutionFees is a free data retrieval call binding the contract method 0x7341eaf9.

Solidity: function executionFees() view returns(address)

func (*InterchainClientV1CallerSession) GetAppReceivingConfigV1 added in v0.6.1

func (_InterchainClientV1 *InterchainClientV1CallerSession) GetAppReceivingConfigV1(receiver common.Address) (struct {
	Config  AppConfigV1
	Modules []common.Address
}, error)

GetAppReceivingConfigV1 is a free data retrieval call binding the contract method 0x695fd54f.

Solidity: function getAppReceivingConfigV1(address receiver) view returns((uint256,uint256) config, address[] modules)

func (*InterchainClientV1CallerSession) GetExecutor

func (_InterchainClientV1 *InterchainClientV1CallerSession) GetExecutor(encodedTx []byte) (common.Address, error)

GetExecutor is a free data retrieval call binding the contract method 0xf92a79ff.

Solidity: function getExecutor(bytes encodedTx) view returns(address)

func (*InterchainClientV1CallerSession) GetExecutorById

func (_InterchainClientV1 *InterchainClientV1CallerSession) GetExecutorById(transactionId [32]byte) (common.Address, error)

GetExecutorById is a free data retrieval call binding the contract method 0xf1a61fac.

Solidity: function getExecutorById(bytes32 transactionId) view returns(address)

func (*InterchainClientV1CallerSession) GetInterchainFee

func (_InterchainClientV1 *InterchainClientV1CallerSession) GetInterchainFee(dstChainId uint64, srcExecutionService common.Address, srcModules []common.Address, options []byte, messageLen *big.Int) (*big.Int, error)

GetInterchainFee is a free data retrieval call binding the contract method 0xcbb3c631.

Solidity: function getInterchainFee(uint64 dstChainId, address srcExecutionService, address[] srcModules, bytes options, uint256 messageLen) view returns(uint256 fee)

func (*InterchainClientV1CallerSession) GetLinkedClient

func (_InterchainClientV1 *InterchainClientV1CallerSession) GetLinkedClient(chainId uint64) ([32]byte, error)

GetLinkedClient is a free data retrieval call binding the contract method 0x2e568739.

Solidity: function getLinkedClient(uint64 chainId) view returns(bytes32)

func (*InterchainClientV1CallerSession) GetLinkedClientEVM

func (_InterchainClientV1 *InterchainClientV1CallerSession) GetLinkedClientEVM(chainId uint64) (common.Address, error)

GetLinkedClientEVM is a free data retrieval call binding the contract method 0x35c4a191.

Solidity: function getLinkedClientEVM(uint64 chainId) view returns(address linkedClientEVM)

func (*InterchainClientV1CallerSession) INTERCHAINDB

func (_InterchainClientV1 *InterchainClientV1CallerSession) INTERCHAINDB() (common.Address, error)

INTERCHAINDB is a free data retrieval call binding the contract method 0xe4c61247.

Solidity: function INTERCHAIN_DB() view returns(address)

func (*InterchainClientV1CallerSession) IsExecutable

func (_InterchainClientV1 *InterchainClientV1CallerSession) IsExecutable(encodedTx []byte, proof [][32]byte) (bool, error)

IsExecutable is a free data retrieval call binding the contract method 0x1450c281.

Solidity: function isExecutable(bytes encodedTx, bytes32[] proof) view returns(bool)

func (*InterchainClientV1CallerSession) Owner

func (_InterchainClientV1 *InterchainClientV1CallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

type InterchainClientV1Events

type InterchainClientV1Events struct {
	InterchainClientV1EventsCaller     // Read-only binding to the contract
	InterchainClientV1EventsTransactor // Write-only binding to the contract
	InterchainClientV1EventsFilterer   // Log filterer for contract events
}

InterchainClientV1Events is an auto generated Go binding around an Ethereum contract.

func NewInterchainClientV1Events

func NewInterchainClientV1Events(address common.Address, backend bind.ContractBackend) (*InterchainClientV1Events, error)

NewInterchainClientV1Events creates a new instance of InterchainClientV1Events, bound to a specific deployed contract.

type InterchainClientV1EventsCaller

type InterchainClientV1EventsCaller struct {
	// contains filtered or unexported fields
}

InterchainClientV1EventsCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewInterchainClientV1EventsCaller

func NewInterchainClientV1EventsCaller(address common.Address, caller bind.ContractCaller) (*InterchainClientV1EventsCaller, error)

NewInterchainClientV1EventsCaller creates a new read-only instance of InterchainClientV1Events, bound to a specific deployed contract.

type InterchainClientV1EventsCallerRaw

type InterchainClientV1EventsCallerRaw struct {
	Contract *InterchainClientV1EventsCaller // Generic read-only contract binding to access the raw methods on
}

InterchainClientV1EventsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*InterchainClientV1EventsCallerRaw) Call

func (_InterchainClientV1Events *InterchainClientV1EventsCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type InterchainClientV1EventsCallerSession

type InterchainClientV1EventsCallerSession struct {
	Contract *InterchainClientV1EventsCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                   // Call options to use throughout this session
}

InterchainClientV1EventsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type InterchainClientV1EventsExecutionFeesSet

type InterchainClientV1EventsExecutionFeesSet struct {
	ExecutionFees common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

InterchainClientV1EventsExecutionFeesSet represents a ExecutionFeesSet event raised by the InterchainClientV1Events contract.

type InterchainClientV1EventsExecutionFeesSetIterator

type InterchainClientV1EventsExecutionFeesSetIterator struct {
	Event *InterchainClientV1EventsExecutionFeesSet // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1EventsExecutionFeesSetIterator is returned from FilterExecutionFeesSet and is used to iterate over the raw logs and unpacked data for ExecutionFeesSet events raised by the InterchainClientV1Events contract.

func (*InterchainClientV1EventsExecutionFeesSetIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1EventsExecutionFeesSetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1EventsExecutionFeesSetIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1EventsExecutionProofWritten

type InterchainClientV1EventsExecutionProofWritten struct {
	TransactionId [32]byte
	DbNonce       uint64
	EntryIndex    uint64
	Executor      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

InterchainClientV1EventsExecutionProofWritten represents a ExecutionProofWritten event raised by the InterchainClientV1Events contract.

type InterchainClientV1EventsExecutionProofWrittenIterator

type InterchainClientV1EventsExecutionProofWrittenIterator struct {
	Event *InterchainClientV1EventsExecutionProofWritten // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1EventsExecutionProofWrittenIterator is returned from FilterExecutionProofWritten and is used to iterate over the raw logs and unpacked data for ExecutionProofWritten events raised by the InterchainClientV1Events contract.

func (*InterchainClientV1EventsExecutionProofWrittenIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1EventsExecutionProofWrittenIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1EventsExecutionProofWrittenIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1EventsFilterer

type InterchainClientV1EventsFilterer struct {
	// contains filtered or unexported fields
}

InterchainClientV1EventsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewInterchainClientV1EventsFilterer

func NewInterchainClientV1EventsFilterer(address common.Address, filterer bind.ContractFilterer) (*InterchainClientV1EventsFilterer, error)

NewInterchainClientV1EventsFilterer creates a new log filterer instance of InterchainClientV1Events, bound to a specific deployed contract.

func (*InterchainClientV1EventsFilterer) FilterExecutionFeesSet

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterExecutionFeesSet(opts *bind.FilterOpts) (*InterchainClientV1EventsExecutionFeesSetIterator, error)

FilterExecutionFeesSet is a free log retrieval operation binding the contract event 0xec02f15d78cdfc4beeba45f31cfad25089004e5e3d72727168dd96a77d1f2f82.

Solidity: event ExecutionFeesSet(address executionFees)

func (*InterchainClientV1EventsFilterer) FilterExecutionProofWritten

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterExecutionProofWritten(opts *bind.FilterOpts, transactionId [][32]byte, executor []common.Address) (*InterchainClientV1EventsExecutionProofWrittenIterator, error)

FilterExecutionProofWritten is a free log retrieval operation binding the contract event 0x1c45fee34c18589980aa86a2b9910fac2a0be9beca86376b6d93fa4ce7f010ae.

Solidity: event ExecutionProofWritten(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, address indexed executor)

func (*InterchainClientV1EventsFilterer) FilterInterchainTransactionReceived

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterInterchainTransactionReceived(opts *bind.FilterOpts, transactionId [][32]byte, srcSender [][32]byte, dstReceiver [][32]byte) (*InterchainClientV1EventsInterchainTransactionReceivedIterator, error)

FilterInterchainTransactionReceived is a free log retrieval operation binding the contract event 0x589f737f4049c62fcbcd8274eeacc86e17d29c6621f36e698bcc4c90525ce28f.

Solidity: event InterchainTransactionReceived(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 srcChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver)

func (*InterchainClientV1EventsFilterer) FilterInterchainTransactionSent

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterInterchainTransactionSent(opts *bind.FilterOpts, transactionId [][32]byte, srcSender [][32]byte, dstReceiver [][32]byte) (*InterchainClientV1EventsInterchainTransactionSentIterator, error)

FilterInterchainTransactionSent is a free log retrieval operation binding the contract event 0x73b3ea77e781779ca7d3bd994ecd1ad739e22cda0120925bbf4e30de70ebc7e8.

Solidity: event InterchainTransactionSent(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 dstChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver, uint256 verificationFee, uint256 executionFee, bytes options, bytes message)

func (*InterchainClientV1EventsFilterer) FilterLinkedClientSet

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterLinkedClientSet(opts *bind.FilterOpts) (*InterchainClientV1EventsLinkedClientSetIterator, error)

FilterLinkedClientSet is a free log retrieval operation binding the contract event 0xfdc2498138df0de25c8fc9bd75bb8e856dac69aaf28d3dd5e0fc48e5e9f6e93f.

Solidity: event LinkedClientSet(uint64 chainId, bytes32 client)

func (*InterchainClientV1EventsFilterer) ParseExecutionFeesSet

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseExecutionFeesSet(log types.Log) (*InterchainClientV1EventsExecutionFeesSet, error)

ParseExecutionFeesSet is a log parse operation binding the contract event 0xec02f15d78cdfc4beeba45f31cfad25089004e5e3d72727168dd96a77d1f2f82.

Solidity: event ExecutionFeesSet(address executionFees)

func (*InterchainClientV1EventsFilterer) ParseExecutionProofWritten

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseExecutionProofWritten(log types.Log) (*InterchainClientV1EventsExecutionProofWritten, error)

ParseExecutionProofWritten is a log parse operation binding the contract event 0x1c45fee34c18589980aa86a2b9910fac2a0be9beca86376b6d93fa4ce7f010ae.

Solidity: event ExecutionProofWritten(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, address indexed executor)

func (*InterchainClientV1EventsFilterer) ParseInterchainTransactionReceived

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseInterchainTransactionReceived(log types.Log) (*InterchainClientV1EventsInterchainTransactionReceived, error)

ParseInterchainTransactionReceived is a log parse operation binding the contract event 0x589f737f4049c62fcbcd8274eeacc86e17d29c6621f36e698bcc4c90525ce28f.

Solidity: event InterchainTransactionReceived(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 srcChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver)

func (*InterchainClientV1EventsFilterer) ParseInterchainTransactionSent

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseInterchainTransactionSent(log types.Log) (*InterchainClientV1EventsInterchainTransactionSent, error)

ParseInterchainTransactionSent is a log parse operation binding the contract event 0x73b3ea77e781779ca7d3bd994ecd1ad739e22cda0120925bbf4e30de70ebc7e8.

Solidity: event InterchainTransactionSent(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 dstChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver, uint256 verificationFee, uint256 executionFee, bytes options, bytes message)

func (*InterchainClientV1EventsFilterer) ParseLinkedClientSet

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseLinkedClientSet(log types.Log) (*InterchainClientV1EventsLinkedClientSet, error)

ParseLinkedClientSet is a log parse operation binding the contract event 0xfdc2498138df0de25c8fc9bd75bb8e856dac69aaf28d3dd5e0fc48e5e9f6e93f.

Solidity: event LinkedClientSet(uint64 chainId, bytes32 client)

func (*InterchainClientV1EventsFilterer) WatchExecutionFeesSet

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchExecutionFeesSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1EventsExecutionFeesSet) (event.Subscription, error)

WatchExecutionFeesSet is a free log subscription operation binding the contract event 0xec02f15d78cdfc4beeba45f31cfad25089004e5e3d72727168dd96a77d1f2f82.

Solidity: event ExecutionFeesSet(address executionFees)

func (*InterchainClientV1EventsFilterer) WatchExecutionProofWritten

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchExecutionProofWritten(opts *bind.WatchOpts, sink chan<- *InterchainClientV1EventsExecutionProofWritten, transactionId [][32]byte, executor []common.Address) (event.Subscription, error)

WatchExecutionProofWritten is a free log subscription operation binding the contract event 0x1c45fee34c18589980aa86a2b9910fac2a0be9beca86376b6d93fa4ce7f010ae.

Solidity: event ExecutionProofWritten(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, address indexed executor)

func (*InterchainClientV1EventsFilterer) WatchInterchainTransactionReceived

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchInterchainTransactionReceived(opts *bind.WatchOpts, sink chan<- *InterchainClientV1EventsInterchainTransactionReceived, transactionId [][32]byte, srcSender [][32]byte, dstReceiver [][32]byte) (event.Subscription, error)

WatchInterchainTransactionReceived is a free log subscription operation binding the contract event 0x589f737f4049c62fcbcd8274eeacc86e17d29c6621f36e698bcc4c90525ce28f.

Solidity: event InterchainTransactionReceived(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 srcChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver)

func (*InterchainClientV1EventsFilterer) WatchInterchainTransactionSent

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchInterchainTransactionSent(opts *bind.WatchOpts, sink chan<- *InterchainClientV1EventsInterchainTransactionSent, transactionId [][32]byte, srcSender [][32]byte, dstReceiver [][32]byte) (event.Subscription, error)

WatchInterchainTransactionSent is a free log subscription operation binding the contract event 0x73b3ea77e781779ca7d3bd994ecd1ad739e22cda0120925bbf4e30de70ebc7e8.

Solidity: event InterchainTransactionSent(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 dstChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver, uint256 verificationFee, uint256 executionFee, bytes options, bytes message)

func (*InterchainClientV1EventsFilterer) WatchLinkedClientSet

func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchLinkedClientSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1EventsLinkedClientSet) (event.Subscription, error)

WatchLinkedClientSet is a free log subscription operation binding the contract event 0xfdc2498138df0de25c8fc9bd75bb8e856dac69aaf28d3dd5e0fc48e5e9f6e93f.

Solidity: event LinkedClientSet(uint64 chainId, bytes32 client)

type InterchainClientV1EventsInterchainTransactionReceived

type InterchainClientV1EventsInterchainTransactionReceived struct {
	TransactionId [32]byte
	DbNonce       uint64
	EntryIndex    uint64
	SrcChainId    uint64
	SrcSender     [32]byte
	DstReceiver   [32]byte
	Raw           types.Log // Blockchain specific contextual infos
}

InterchainClientV1EventsInterchainTransactionReceived represents a InterchainTransactionReceived event raised by the InterchainClientV1Events contract.

type InterchainClientV1EventsInterchainTransactionReceivedIterator

type InterchainClientV1EventsInterchainTransactionReceivedIterator struct {
	Event *InterchainClientV1EventsInterchainTransactionReceived // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1EventsInterchainTransactionReceivedIterator is returned from FilterInterchainTransactionReceived and is used to iterate over the raw logs and unpacked data for InterchainTransactionReceived events raised by the InterchainClientV1Events contract.

func (*InterchainClientV1EventsInterchainTransactionReceivedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1EventsInterchainTransactionReceivedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1EventsInterchainTransactionReceivedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1EventsInterchainTransactionSent

type InterchainClientV1EventsInterchainTransactionSent struct {
	TransactionId   [32]byte
	DbNonce         uint64
	EntryIndex      uint64
	DstChainId      uint64
	SrcSender       [32]byte
	DstReceiver     [32]byte
	VerificationFee *big.Int
	ExecutionFee    *big.Int
	Options         []byte
	Message         []byte
	Raw             types.Log // Blockchain specific contextual infos
}

InterchainClientV1EventsInterchainTransactionSent represents a InterchainTransactionSent event raised by the InterchainClientV1Events contract.

type InterchainClientV1EventsInterchainTransactionSentIterator

type InterchainClientV1EventsInterchainTransactionSentIterator struct {
	Event *InterchainClientV1EventsInterchainTransactionSent // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1EventsInterchainTransactionSentIterator is returned from FilterInterchainTransactionSent and is used to iterate over the raw logs and unpacked data for InterchainTransactionSent events raised by the InterchainClientV1Events contract.

func (*InterchainClientV1EventsInterchainTransactionSentIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1EventsInterchainTransactionSentIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1EventsInterchainTransactionSentIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1EventsLinkedClientSet

type InterchainClientV1EventsLinkedClientSet struct {
	ChainId uint64
	Client  [32]byte
	Raw     types.Log // Blockchain specific contextual infos
}

InterchainClientV1EventsLinkedClientSet represents a LinkedClientSet event raised by the InterchainClientV1Events contract.

type InterchainClientV1EventsLinkedClientSetIterator

type InterchainClientV1EventsLinkedClientSetIterator struct {
	Event *InterchainClientV1EventsLinkedClientSet // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1EventsLinkedClientSetIterator is returned from FilterLinkedClientSet and is used to iterate over the raw logs and unpacked data for LinkedClientSet events raised by the InterchainClientV1Events contract.

func (*InterchainClientV1EventsLinkedClientSetIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1EventsLinkedClientSetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1EventsLinkedClientSetIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1EventsRaw

type InterchainClientV1EventsRaw struct {
	Contract *InterchainClientV1Events // Generic contract binding to access the raw methods on
}

InterchainClientV1EventsRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*InterchainClientV1EventsRaw) Call

func (_InterchainClientV1Events *InterchainClientV1EventsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*InterchainClientV1EventsRaw) Transact

func (_InterchainClientV1Events *InterchainClientV1EventsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainClientV1EventsRaw) Transfer

func (_InterchainClientV1Events *InterchainClientV1EventsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainClientV1EventsSession

type InterchainClientV1EventsSession struct {
	Contract     *InterchainClientV1Events // Generic contract binding to set the session for
	CallOpts     bind.CallOpts             // Call options to use throughout this session
	TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
}

InterchainClientV1EventsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type InterchainClientV1EventsTransactor

type InterchainClientV1EventsTransactor struct {
	// contains filtered or unexported fields
}

InterchainClientV1EventsTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewInterchainClientV1EventsTransactor

func NewInterchainClientV1EventsTransactor(address common.Address, transactor bind.ContractTransactor) (*InterchainClientV1EventsTransactor, error)

NewInterchainClientV1EventsTransactor creates a new write-only instance of InterchainClientV1Events, bound to a specific deployed contract.

type InterchainClientV1EventsTransactorRaw

type InterchainClientV1EventsTransactorRaw struct {
	Contract *InterchainClientV1EventsTransactor // Generic write-only contract binding to access the raw methods on
}

InterchainClientV1EventsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*InterchainClientV1EventsTransactorRaw) Transact

func (_InterchainClientV1Events *InterchainClientV1EventsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainClientV1EventsTransactorRaw) Transfer

func (_InterchainClientV1Events *InterchainClientV1EventsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainClientV1EventsTransactorSession

type InterchainClientV1EventsTransactorSession struct {
	Contract     *InterchainClientV1EventsTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                   // Transaction auth options to use throughout this session
}

InterchainClientV1EventsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type InterchainClientV1ExecutionFeesSet

type InterchainClientV1ExecutionFeesSet struct {
	ExecutionFees common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

InterchainClientV1ExecutionFeesSet represents a ExecutionFeesSet event raised by the InterchainClientV1 contract.

type InterchainClientV1ExecutionFeesSetIterator

type InterchainClientV1ExecutionFeesSetIterator struct {
	Event *InterchainClientV1ExecutionFeesSet // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1ExecutionFeesSetIterator is returned from FilterExecutionFeesSet and is used to iterate over the raw logs and unpacked data for ExecutionFeesSet events raised by the InterchainClientV1 contract.

func (*InterchainClientV1ExecutionFeesSetIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1ExecutionFeesSetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1ExecutionFeesSetIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1ExecutionProofWritten

type InterchainClientV1ExecutionProofWritten struct {
	TransactionId [32]byte
	DbNonce       uint64
	EntryIndex    uint64
	Executor      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

InterchainClientV1ExecutionProofWritten represents a ExecutionProofWritten event raised by the InterchainClientV1 contract.

type InterchainClientV1ExecutionProofWrittenIterator

type InterchainClientV1ExecutionProofWrittenIterator struct {
	Event *InterchainClientV1ExecutionProofWritten // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1ExecutionProofWrittenIterator is returned from FilterExecutionProofWritten and is used to iterate over the raw logs and unpacked data for ExecutionProofWritten events raised by the InterchainClientV1 contract.

func (*InterchainClientV1ExecutionProofWrittenIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1ExecutionProofWrittenIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1ExecutionProofWrittenIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1Filterer

type InterchainClientV1Filterer struct {
	// contains filtered or unexported fields
}

InterchainClientV1Filterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewInterchainClientV1Filterer

func NewInterchainClientV1Filterer(address common.Address, filterer bind.ContractFilterer) (*InterchainClientV1Filterer, error)

NewInterchainClientV1Filterer creates a new log filterer instance of InterchainClientV1, bound to a specific deployed contract.

func (*InterchainClientV1Filterer) FilterExecutionFeesSet

func (_InterchainClientV1 *InterchainClientV1Filterer) FilterExecutionFeesSet(opts *bind.FilterOpts) (*InterchainClientV1ExecutionFeesSetIterator, error)

FilterExecutionFeesSet is a free log retrieval operation binding the contract event 0xec02f15d78cdfc4beeba45f31cfad25089004e5e3d72727168dd96a77d1f2f82.

Solidity: event ExecutionFeesSet(address executionFees)

func (*InterchainClientV1Filterer) FilterExecutionProofWritten

func (_InterchainClientV1 *InterchainClientV1Filterer) FilterExecutionProofWritten(opts *bind.FilterOpts, transactionId [][32]byte, executor []common.Address) (*InterchainClientV1ExecutionProofWrittenIterator, error)

FilterExecutionProofWritten is a free log retrieval operation binding the contract event 0x1c45fee34c18589980aa86a2b9910fac2a0be9beca86376b6d93fa4ce7f010ae.

Solidity: event ExecutionProofWritten(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, address indexed executor)

func (*InterchainClientV1Filterer) FilterInterchainTransactionReceived

func (_InterchainClientV1 *InterchainClientV1Filterer) FilterInterchainTransactionReceived(opts *bind.FilterOpts, transactionId [][32]byte, srcSender [][32]byte, dstReceiver [][32]byte) (*InterchainClientV1InterchainTransactionReceivedIterator, error)

FilterInterchainTransactionReceived is a free log retrieval operation binding the contract event 0x589f737f4049c62fcbcd8274eeacc86e17d29c6621f36e698bcc4c90525ce28f.

Solidity: event InterchainTransactionReceived(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 srcChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver)

func (*InterchainClientV1Filterer) FilterInterchainTransactionSent

func (_InterchainClientV1 *InterchainClientV1Filterer) FilterInterchainTransactionSent(opts *bind.FilterOpts, transactionId [][32]byte, srcSender [][32]byte, dstReceiver [][32]byte) (*InterchainClientV1InterchainTransactionSentIterator, error)

FilterInterchainTransactionSent is a free log retrieval operation binding the contract event 0x73b3ea77e781779ca7d3bd994ecd1ad739e22cda0120925bbf4e30de70ebc7e8.

Solidity: event InterchainTransactionSent(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 dstChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver, uint256 verificationFee, uint256 executionFee, bytes options, bytes message)

func (*InterchainClientV1Filterer) FilterLinkedClientSet

func (_InterchainClientV1 *InterchainClientV1Filterer) FilterLinkedClientSet(opts *bind.FilterOpts) (*InterchainClientV1LinkedClientSetIterator, error)

FilterLinkedClientSet is a free log retrieval operation binding the contract event 0xfdc2498138df0de25c8fc9bd75bb8e856dac69aaf28d3dd5e0fc48e5e9f6e93f.

Solidity: event LinkedClientSet(uint64 chainId, bytes32 client)

func (*InterchainClientV1Filterer) FilterOwnershipTransferred

func (_InterchainClientV1 *InterchainClientV1Filterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*InterchainClientV1OwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*InterchainClientV1Filterer) ParseExecutionFeesSet

func (_InterchainClientV1 *InterchainClientV1Filterer) ParseExecutionFeesSet(log types.Log) (*InterchainClientV1ExecutionFeesSet, error)

ParseExecutionFeesSet is a log parse operation binding the contract event 0xec02f15d78cdfc4beeba45f31cfad25089004e5e3d72727168dd96a77d1f2f82.

Solidity: event ExecutionFeesSet(address executionFees)

func (*InterchainClientV1Filterer) ParseExecutionProofWritten

func (_InterchainClientV1 *InterchainClientV1Filterer) ParseExecutionProofWritten(log types.Log) (*InterchainClientV1ExecutionProofWritten, error)

ParseExecutionProofWritten is a log parse operation binding the contract event 0x1c45fee34c18589980aa86a2b9910fac2a0be9beca86376b6d93fa4ce7f010ae.

Solidity: event ExecutionProofWritten(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, address indexed executor)

func (*InterchainClientV1Filterer) ParseInterchainTransactionReceived

func (_InterchainClientV1 *InterchainClientV1Filterer) ParseInterchainTransactionReceived(log types.Log) (*InterchainClientV1InterchainTransactionReceived, error)

ParseInterchainTransactionReceived is a log parse operation binding the contract event 0x589f737f4049c62fcbcd8274eeacc86e17d29c6621f36e698bcc4c90525ce28f.

Solidity: event InterchainTransactionReceived(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 srcChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver)

func (*InterchainClientV1Filterer) ParseInterchainTransactionSent

func (_InterchainClientV1 *InterchainClientV1Filterer) ParseInterchainTransactionSent(log types.Log) (*InterchainClientV1InterchainTransactionSent, error)

ParseInterchainTransactionSent is a log parse operation binding the contract event 0x73b3ea77e781779ca7d3bd994ecd1ad739e22cda0120925bbf4e30de70ebc7e8.

Solidity: event InterchainTransactionSent(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 dstChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver, uint256 verificationFee, uint256 executionFee, bytes options, bytes message)

func (*InterchainClientV1Filterer) ParseLinkedClientSet

func (_InterchainClientV1 *InterchainClientV1Filterer) ParseLinkedClientSet(log types.Log) (*InterchainClientV1LinkedClientSet, error)

ParseLinkedClientSet is a log parse operation binding the contract event 0xfdc2498138df0de25c8fc9bd75bb8e856dac69aaf28d3dd5e0fc48e5e9f6e93f.

Solidity: event LinkedClientSet(uint64 chainId, bytes32 client)

func (*InterchainClientV1Filterer) ParseOwnershipTransferred

func (_InterchainClientV1 *InterchainClientV1Filterer) ParseOwnershipTransferred(log types.Log) (*InterchainClientV1OwnershipTransferred, error)

ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*InterchainClientV1Filterer) WatchExecutionFeesSet

func (_InterchainClientV1 *InterchainClientV1Filterer) WatchExecutionFeesSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1ExecutionFeesSet) (event.Subscription, error)

WatchExecutionFeesSet is a free log subscription operation binding the contract event 0xec02f15d78cdfc4beeba45f31cfad25089004e5e3d72727168dd96a77d1f2f82.

Solidity: event ExecutionFeesSet(address executionFees)

func (*InterchainClientV1Filterer) WatchExecutionProofWritten

func (_InterchainClientV1 *InterchainClientV1Filterer) WatchExecutionProofWritten(opts *bind.WatchOpts, sink chan<- *InterchainClientV1ExecutionProofWritten, transactionId [][32]byte, executor []common.Address) (event.Subscription, error)

WatchExecutionProofWritten is a free log subscription operation binding the contract event 0x1c45fee34c18589980aa86a2b9910fac2a0be9beca86376b6d93fa4ce7f010ae.

Solidity: event ExecutionProofWritten(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, address indexed executor)

func (*InterchainClientV1Filterer) WatchInterchainTransactionReceived

func (_InterchainClientV1 *InterchainClientV1Filterer) WatchInterchainTransactionReceived(opts *bind.WatchOpts, sink chan<- *InterchainClientV1InterchainTransactionReceived, transactionId [][32]byte, srcSender [][32]byte, dstReceiver [][32]byte) (event.Subscription, error)

WatchInterchainTransactionReceived is a free log subscription operation binding the contract event 0x589f737f4049c62fcbcd8274eeacc86e17d29c6621f36e698bcc4c90525ce28f.

Solidity: event InterchainTransactionReceived(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 srcChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver)

func (*InterchainClientV1Filterer) WatchInterchainTransactionSent

func (_InterchainClientV1 *InterchainClientV1Filterer) WatchInterchainTransactionSent(opts *bind.WatchOpts, sink chan<- *InterchainClientV1InterchainTransactionSent, transactionId [][32]byte, srcSender [][32]byte, dstReceiver [][32]byte) (event.Subscription, error)

WatchInterchainTransactionSent is a free log subscription operation binding the contract event 0x73b3ea77e781779ca7d3bd994ecd1ad739e22cda0120925bbf4e30de70ebc7e8.

Solidity: event InterchainTransactionSent(bytes32 indexed transactionId, uint64 dbNonce, uint64 entryIndex, uint64 dstChainId, bytes32 indexed srcSender, bytes32 indexed dstReceiver, uint256 verificationFee, uint256 executionFee, bytes options, bytes message)

func (*InterchainClientV1Filterer) WatchLinkedClientSet

func (_InterchainClientV1 *InterchainClientV1Filterer) WatchLinkedClientSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1LinkedClientSet) (event.Subscription, error)

WatchLinkedClientSet is a free log subscription operation binding the contract event 0xfdc2498138df0de25c8fc9bd75bb8e856dac69aaf28d3dd5e0fc48e5e9f6e93f.

Solidity: event LinkedClientSet(uint64 chainId, bytes32 client)

func (*InterchainClientV1Filterer) WatchOwnershipTransferred

func (_InterchainClientV1 *InterchainClientV1Filterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *InterchainClientV1OwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

type InterchainClientV1InterchainTransactionReceived

type InterchainClientV1InterchainTransactionReceived struct {
	TransactionId [32]byte
	DbNonce       uint64
	EntryIndex    uint64
	SrcChainId    uint64
	SrcSender     [32]byte
	DstReceiver   [32]byte
	Raw           types.Log // Blockchain specific contextual infos
}

InterchainClientV1InterchainTransactionReceived represents a InterchainTransactionReceived event raised by the InterchainClientV1 contract.

type InterchainClientV1InterchainTransactionReceivedIterator

type InterchainClientV1InterchainTransactionReceivedIterator struct {
	Event *InterchainClientV1InterchainTransactionReceived // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1InterchainTransactionReceivedIterator is returned from FilterInterchainTransactionReceived and is used to iterate over the raw logs and unpacked data for InterchainTransactionReceived events raised by the InterchainClientV1 contract.

func (*InterchainClientV1InterchainTransactionReceivedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1InterchainTransactionReceivedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1InterchainTransactionReceivedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1InterchainTransactionSent

type InterchainClientV1InterchainTransactionSent struct {
	TransactionId   [32]byte
	DbNonce         uint64
	EntryIndex      uint64
	DstChainId      uint64
	SrcSender       [32]byte
	DstReceiver     [32]byte
	VerificationFee *big.Int
	ExecutionFee    *big.Int
	Options         []byte
	Message         []byte
	Raw             types.Log // Blockchain specific contextual infos
}

InterchainClientV1InterchainTransactionSent represents a InterchainTransactionSent event raised by the InterchainClientV1 contract.

type InterchainClientV1InterchainTransactionSentIterator

type InterchainClientV1InterchainTransactionSentIterator struct {
	Event *InterchainClientV1InterchainTransactionSent // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1InterchainTransactionSentIterator is returned from FilterInterchainTransactionSent and is used to iterate over the raw logs and unpacked data for InterchainTransactionSent events raised by the InterchainClientV1 contract.

func (*InterchainClientV1InterchainTransactionSentIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1InterchainTransactionSentIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1InterchainTransactionSentIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1LinkedClientSet

type InterchainClientV1LinkedClientSet struct {
	ChainId uint64
	Client  [32]byte
	Raw     types.Log // Blockchain specific contextual infos
}

InterchainClientV1LinkedClientSet represents a LinkedClientSet event raised by the InterchainClientV1 contract.

type InterchainClientV1LinkedClientSetIterator

type InterchainClientV1LinkedClientSetIterator struct {
	Event *InterchainClientV1LinkedClientSet // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1LinkedClientSetIterator is returned from FilterLinkedClientSet and is used to iterate over the raw logs and unpacked data for LinkedClientSet events raised by the InterchainClientV1 contract.

func (*InterchainClientV1LinkedClientSetIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1LinkedClientSetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1LinkedClientSetIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1OwnershipTransferred

type InterchainClientV1OwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

InterchainClientV1OwnershipTransferred represents a OwnershipTransferred event raised by the InterchainClientV1 contract.

type InterchainClientV1OwnershipTransferredIterator

type InterchainClientV1OwnershipTransferredIterator struct {
	Event *InterchainClientV1OwnershipTransferred // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

InterchainClientV1OwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the InterchainClientV1 contract.

func (*InterchainClientV1OwnershipTransferredIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*InterchainClientV1OwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*InterchainClientV1OwnershipTransferredIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type InterchainClientV1Raw

type InterchainClientV1Raw struct {
	Contract *InterchainClientV1 // Generic contract binding to access the raw methods on
}

InterchainClientV1Raw is an auto generated low-level Go binding around an Ethereum contract.

func (*InterchainClientV1Raw) Call

func (_InterchainClientV1 *InterchainClientV1Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*InterchainClientV1Raw) Transact

func (_InterchainClientV1 *InterchainClientV1Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainClientV1Raw) Transfer

func (_InterchainClientV1 *InterchainClientV1Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainClientV1Session

type InterchainClientV1Session struct {
	Contract     *InterchainClientV1 // Generic contract binding to set the session for
	CallOpts     bind.CallOpts       // Call options to use throughout this session
	TransactOpts bind.TransactOpts   // Transaction auth options to use throughout this session
}

InterchainClientV1Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*InterchainClientV1Session) CLIENTVERSION added in v0.4.0

func (_InterchainClientV1 *InterchainClientV1Session) CLIENTVERSION() (uint16, error)

CLIENTVERSION is a free data retrieval call binding the contract method 0x7813cd52.

Solidity: function CLIENT_VERSION() view returns(uint16)

func (*InterchainClientV1Session) DecodeOptions

func (_InterchainClientV1 *InterchainClientV1Session) DecodeOptions(encodedOptions []byte) (OptionsV1, error)

DecodeOptions is a free data retrieval call binding the contract method 0xd5e788a0.

Solidity: function decodeOptions(bytes encodedOptions) view returns((uint256,uint256))

func (*InterchainClientV1Session) EncodeTransaction

func (_InterchainClientV1 *InterchainClientV1Session) EncodeTransaction(icTx InterchainTransaction) ([]byte, error)

EncodeTransaction is a free data retrieval call binding the contract method 0x8654ddd4.

Solidity: function encodeTransaction((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes) icTx) pure returns(bytes)

func (*InterchainClientV1Session) ExecutionFees

func (_InterchainClientV1 *InterchainClientV1Session) ExecutionFees() (common.Address, error)

ExecutionFees is a free data retrieval call binding the contract method 0x7341eaf9.

Solidity: function executionFees() view returns(address)

func (*InterchainClientV1Session) GetAppReceivingConfigV1 added in v0.6.1

func (_InterchainClientV1 *InterchainClientV1Session) GetAppReceivingConfigV1(receiver common.Address) (struct {
	Config  AppConfigV1
	Modules []common.Address
}, error)

GetAppReceivingConfigV1 is a free data retrieval call binding the contract method 0x695fd54f.

Solidity: function getAppReceivingConfigV1(address receiver) view returns((uint256,uint256) config, address[] modules)

func (*InterchainClientV1Session) GetExecutor

func (_InterchainClientV1 *InterchainClientV1Session) GetExecutor(encodedTx []byte) (common.Address, error)

GetExecutor is a free data retrieval call binding the contract method 0xf92a79ff.

Solidity: function getExecutor(bytes encodedTx) view returns(address)

func (*InterchainClientV1Session) GetExecutorById

func (_InterchainClientV1 *InterchainClientV1Session) GetExecutorById(transactionId [32]byte) (common.Address, error)

GetExecutorById is a free data retrieval call binding the contract method 0xf1a61fac.

Solidity: function getExecutorById(bytes32 transactionId) view returns(address)

func (*InterchainClientV1Session) GetInterchainFee

func (_InterchainClientV1 *InterchainClientV1Session) GetInterchainFee(dstChainId uint64, srcExecutionService common.Address, srcModules []common.Address, options []byte, messageLen *big.Int) (*big.Int, error)

GetInterchainFee is a free data retrieval call binding the contract method 0xcbb3c631.

Solidity: function getInterchainFee(uint64 dstChainId, address srcExecutionService, address[] srcModules, bytes options, uint256 messageLen) view returns(uint256 fee)

func (*InterchainClientV1Session) GetLinkedClient

func (_InterchainClientV1 *InterchainClientV1Session) GetLinkedClient(chainId uint64) ([32]byte, error)

GetLinkedClient is a free data retrieval call binding the contract method 0x2e568739.

Solidity: function getLinkedClient(uint64 chainId) view returns(bytes32)

func (*InterchainClientV1Session) GetLinkedClientEVM

func (_InterchainClientV1 *InterchainClientV1Session) GetLinkedClientEVM(chainId uint64) (common.Address, error)

GetLinkedClientEVM is a free data retrieval call binding the contract method 0x35c4a191.

Solidity: function getLinkedClientEVM(uint64 chainId) view returns(address linkedClientEVM)

func (*InterchainClientV1Session) INTERCHAINDB

func (_InterchainClientV1 *InterchainClientV1Session) INTERCHAINDB() (common.Address, error)

INTERCHAINDB is a free data retrieval call binding the contract method 0xe4c61247.

Solidity: function INTERCHAIN_DB() view returns(address)

func (*InterchainClientV1Session) InterchainExecute

func (_InterchainClientV1 *InterchainClientV1Session) InterchainExecute(gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)

InterchainExecute is a paid mutator transaction binding the contract method 0x53b67d74.

Solidity: function interchainExecute(uint256 gasLimit, bytes transaction, bytes32[] proof) payable returns()

func (*InterchainClientV1Session) InterchainSend

func (_InterchainClientV1 *InterchainClientV1Session) InterchainSend(dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSend is a paid mutator transaction binding the contract method 0x547efb84.

Solidity: function interchainSend(uint64 dstChainId, bytes32 receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*InterchainClientV1Session) InterchainSendEVM

func (_InterchainClientV1 *InterchainClientV1Session) InterchainSendEVM(dstChainId uint64, receiver common.Address, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSendEVM is a paid mutator transaction binding the contract method 0x3f34448e.

Solidity: function interchainSendEVM(uint64 dstChainId, address receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*InterchainClientV1Session) IsExecutable

func (_InterchainClientV1 *InterchainClientV1Session) IsExecutable(encodedTx []byte, proof [][32]byte) (bool, error)

IsExecutable is a free data retrieval call binding the contract method 0x1450c281.

Solidity: function isExecutable(bytes encodedTx, bytes32[] proof) view returns(bool)

func (*InterchainClientV1Session) Owner

func (_InterchainClientV1 *InterchainClientV1Session) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*InterchainClientV1Session) RenounceOwnership

func (_InterchainClientV1 *InterchainClientV1Session) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*InterchainClientV1Session) SetExecutionFees

func (_InterchainClientV1 *InterchainClientV1Session) SetExecutionFees(executionFees_ common.Address) (*types.Transaction, error)

SetExecutionFees is a paid mutator transaction binding the contract method 0x3dc68b87.

Solidity: function setExecutionFees(address executionFees_) returns()

func (*InterchainClientV1Session) SetLinkedClient

func (_InterchainClientV1 *InterchainClientV1Session) SetLinkedClient(chainId uint64, client [32]byte) (*types.Transaction, error)

SetLinkedClient is a paid mutator transaction binding the contract method 0xf3c66e2b.

Solidity: function setLinkedClient(uint64 chainId, bytes32 client) returns()

func (*InterchainClientV1Session) TransferOwnership

func (_InterchainClientV1 *InterchainClientV1Session) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

func (*InterchainClientV1Session) WriteExecutionProof

func (_InterchainClientV1 *InterchainClientV1Session) WriteExecutionProof(transactionId [32]byte) (*types.Transaction, error)

WriteExecutionProof is a paid mutator transaction binding the contract method 0x90e81077.

Solidity: function writeExecutionProof(bytes32 transactionId) returns(uint64 dbNonce, uint64 entryIndex)

type InterchainClientV1Transactor

type InterchainClientV1Transactor struct {
	// contains filtered or unexported fields
}

InterchainClientV1Transactor is an auto generated write-only Go binding around an Ethereum contract.

func NewInterchainClientV1Transactor

func NewInterchainClientV1Transactor(address common.Address, transactor bind.ContractTransactor) (*InterchainClientV1Transactor, error)

NewInterchainClientV1Transactor creates a new write-only instance of InterchainClientV1, bound to a specific deployed contract.

func (*InterchainClientV1Transactor) InterchainExecute

func (_InterchainClientV1 *InterchainClientV1Transactor) InterchainExecute(opts *bind.TransactOpts, gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)

InterchainExecute is a paid mutator transaction binding the contract method 0x53b67d74.

Solidity: function interchainExecute(uint256 gasLimit, bytes transaction, bytes32[] proof) payable returns()

func (*InterchainClientV1Transactor) InterchainSend

func (_InterchainClientV1 *InterchainClientV1Transactor) InterchainSend(opts *bind.TransactOpts, dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSend is a paid mutator transaction binding the contract method 0x547efb84.

Solidity: function interchainSend(uint64 dstChainId, bytes32 receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*InterchainClientV1Transactor) InterchainSendEVM

func (_InterchainClientV1 *InterchainClientV1Transactor) InterchainSendEVM(opts *bind.TransactOpts, dstChainId uint64, receiver common.Address, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSendEVM is a paid mutator transaction binding the contract method 0x3f34448e.

Solidity: function interchainSendEVM(uint64 dstChainId, address receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*InterchainClientV1Transactor) RenounceOwnership

func (_InterchainClientV1 *InterchainClientV1Transactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*InterchainClientV1Transactor) SetExecutionFees

func (_InterchainClientV1 *InterchainClientV1Transactor) SetExecutionFees(opts *bind.TransactOpts, executionFees_ common.Address) (*types.Transaction, error)

SetExecutionFees is a paid mutator transaction binding the contract method 0x3dc68b87.

Solidity: function setExecutionFees(address executionFees_) returns()

func (*InterchainClientV1Transactor) SetLinkedClient

func (_InterchainClientV1 *InterchainClientV1Transactor) SetLinkedClient(opts *bind.TransactOpts, chainId uint64, client [32]byte) (*types.Transaction, error)

SetLinkedClient is a paid mutator transaction binding the contract method 0xf3c66e2b.

Solidity: function setLinkedClient(uint64 chainId, bytes32 client) returns()

func (*InterchainClientV1Transactor) TransferOwnership

func (_InterchainClientV1 *InterchainClientV1Transactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

func (*InterchainClientV1Transactor) WriteExecutionProof

func (_InterchainClientV1 *InterchainClientV1Transactor) WriteExecutionProof(opts *bind.TransactOpts, transactionId [32]byte) (*types.Transaction, error)

WriteExecutionProof is a paid mutator transaction binding the contract method 0x90e81077.

Solidity: function writeExecutionProof(bytes32 transactionId) returns(uint64 dbNonce, uint64 entryIndex)

type InterchainClientV1TransactorRaw

type InterchainClientV1TransactorRaw struct {
	Contract *InterchainClientV1Transactor // Generic write-only contract binding to access the raw methods on
}

InterchainClientV1TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*InterchainClientV1TransactorRaw) Transact

func (_InterchainClientV1 *InterchainClientV1TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainClientV1TransactorRaw) Transfer

func (_InterchainClientV1 *InterchainClientV1TransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainClientV1TransactorSession

type InterchainClientV1TransactorSession struct {
	Contract     *InterchainClientV1Transactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
}

InterchainClientV1TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*InterchainClientV1TransactorSession) InterchainExecute

func (_InterchainClientV1 *InterchainClientV1TransactorSession) InterchainExecute(gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)

InterchainExecute is a paid mutator transaction binding the contract method 0x53b67d74.

Solidity: function interchainExecute(uint256 gasLimit, bytes transaction, bytes32[] proof) payable returns()

func (*InterchainClientV1TransactorSession) InterchainSend

func (_InterchainClientV1 *InterchainClientV1TransactorSession) InterchainSend(dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSend is a paid mutator transaction binding the contract method 0x547efb84.

Solidity: function interchainSend(uint64 dstChainId, bytes32 receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*InterchainClientV1TransactorSession) InterchainSendEVM

func (_InterchainClientV1 *InterchainClientV1TransactorSession) InterchainSendEVM(dstChainId uint64, receiver common.Address, srcExecutionService common.Address, srcModules []common.Address, options []byte, message []byte) (*types.Transaction, error)

InterchainSendEVM is a paid mutator transaction binding the contract method 0x3f34448e.

Solidity: function interchainSendEVM(uint64 dstChainId, address receiver, address srcExecutionService, address[] srcModules, bytes options, bytes message) payable returns((bytes32,uint64,uint64) desc)

func (*InterchainClientV1TransactorSession) RenounceOwnership

func (_InterchainClientV1 *InterchainClientV1TransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*InterchainClientV1TransactorSession) SetExecutionFees

func (_InterchainClientV1 *InterchainClientV1TransactorSession) SetExecutionFees(executionFees_ common.Address) (*types.Transaction, error)

SetExecutionFees is a paid mutator transaction binding the contract method 0x3dc68b87.

Solidity: function setExecutionFees(address executionFees_) returns()

func (*InterchainClientV1TransactorSession) SetLinkedClient

func (_InterchainClientV1 *InterchainClientV1TransactorSession) SetLinkedClient(chainId uint64, client [32]byte) (*types.Transaction, error)

SetLinkedClient is a paid mutator transaction binding the contract method 0xf3c66e2b.

Solidity: function setLinkedClient(uint64 chainId, bytes32 client) returns()

func (*InterchainClientV1TransactorSession) TransferOwnership

func (_InterchainClientV1 *InterchainClientV1TransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

func (*InterchainClientV1TransactorSession) WriteExecutionProof

func (_InterchainClientV1 *InterchainClientV1TransactorSession) WriteExecutionProof(transactionId [32]byte) (*types.Transaction, error)

WriteExecutionProof is a paid mutator transaction binding the contract method 0x90e81077.

Solidity: function writeExecutionProof(bytes32 transactionId) returns(uint64 dbNonce, uint64 entryIndex)

type InterchainEntry

type InterchainEntry struct {
	SrcChainId uint64
	DbNonce    uint64
	EntryIndex uint64
	SrcWriter  [32]byte
	DataHash   [32]byte
}

InterchainEntry is an auto generated low-level Go binding around an user-defined struct.

type InterchainEntryLib

type InterchainEntryLib struct {
	InterchainEntryLibCaller     // Read-only binding to the contract
	InterchainEntryLibTransactor // Write-only binding to the contract
	InterchainEntryLibFilterer   // Log filterer for contract events
}

InterchainEntryLib is an auto generated Go binding around an Ethereum contract.

func DeployInterchainEntryLib

func DeployInterchainEntryLib(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *InterchainEntryLib, error)

DeployInterchainEntryLib deploys a new Ethereum contract, binding an instance of InterchainEntryLib to it.

func NewInterchainEntryLib

func NewInterchainEntryLib(address common.Address, backend bind.ContractBackend) (*InterchainEntryLib, error)

NewInterchainEntryLib creates a new instance of InterchainEntryLib, bound to a specific deployed contract.

type InterchainEntryLibCaller

type InterchainEntryLibCaller struct {
	// contains filtered or unexported fields
}

InterchainEntryLibCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewInterchainEntryLibCaller

func NewInterchainEntryLibCaller(address common.Address, caller bind.ContractCaller) (*InterchainEntryLibCaller, error)

NewInterchainEntryLibCaller creates a new read-only instance of InterchainEntryLib, bound to a specific deployed contract.

type InterchainEntryLibCallerRaw

type InterchainEntryLibCallerRaw struct {
	Contract *InterchainEntryLibCaller // Generic read-only contract binding to access the raw methods on
}

InterchainEntryLibCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*InterchainEntryLibCallerRaw) Call

func (_InterchainEntryLib *InterchainEntryLibCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type InterchainEntryLibCallerSession

type InterchainEntryLibCallerSession struct {
	Contract *InterchainEntryLibCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts             // Call options to use throughout this session
}

InterchainEntryLibCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type InterchainEntryLibFilterer

type InterchainEntryLibFilterer struct {
	// contains filtered or unexported fields
}

InterchainEntryLibFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewInterchainEntryLibFilterer

func NewInterchainEntryLibFilterer(address common.Address, filterer bind.ContractFilterer) (*InterchainEntryLibFilterer, error)

NewInterchainEntryLibFilterer creates a new log filterer instance of InterchainEntryLib, bound to a specific deployed contract.

type InterchainEntryLibRaw

type InterchainEntryLibRaw struct {
	Contract *InterchainEntryLib // Generic contract binding to access the raw methods on
}

InterchainEntryLibRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*InterchainEntryLibRaw) Call

func (_InterchainEntryLib *InterchainEntryLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*InterchainEntryLibRaw) Transact

func (_InterchainEntryLib *InterchainEntryLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainEntryLibRaw) Transfer

func (_InterchainEntryLib *InterchainEntryLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainEntryLibSession

type InterchainEntryLibSession struct {
	Contract     *InterchainEntryLib // Generic contract binding to set the session for
	CallOpts     bind.CallOpts       // Call options to use throughout this session
	TransactOpts bind.TransactOpts   // Transaction auth options to use throughout this session
}

InterchainEntryLibSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type InterchainEntryLibTransactor

type InterchainEntryLibTransactor struct {
	// contains filtered or unexported fields
}

InterchainEntryLibTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewInterchainEntryLibTransactor

func NewInterchainEntryLibTransactor(address common.Address, transactor bind.ContractTransactor) (*InterchainEntryLibTransactor, error)

NewInterchainEntryLibTransactor creates a new write-only instance of InterchainEntryLib, bound to a specific deployed contract.

type InterchainEntryLibTransactorRaw

type InterchainEntryLibTransactorRaw struct {
	Contract *InterchainEntryLibTransactor // Generic write-only contract binding to access the raw methods on
}

InterchainEntryLibTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*InterchainEntryLibTransactorRaw) Transact

func (_InterchainEntryLib *InterchainEntryLibTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainEntryLibTransactorRaw) Transfer

func (_InterchainEntryLib *InterchainEntryLibTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainEntryLibTransactorSession

type InterchainEntryLibTransactorSession struct {
	Contract     *InterchainEntryLibTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
}

InterchainEntryLibTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type InterchainTransaction

type InterchainTransaction struct {
	SrcChainId  uint64
	DstChainId  uint64
	DbNonce     uint64
	EntryIndex  uint64
	SrcSender   [32]byte
	DstReceiver [32]byte
	Options     []byte
	Message     []byte
}

InterchainTransaction is an auto generated low-level Go binding around an user-defined struct.

type InterchainTransactionLib

type InterchainTransactionLib struct {
	InterchainTransactionLibCaller     // Read-only binding to the contract
	InterchainTransactionLibTransactor // Write-only binding to the contract
	InterchainTransactionLibFilterer   // Log filterer for contract events
}

InterchainTransactionLib is an auto generated Go binding around an Ethereum contract.

func DeployInterchainTransactionLib

func DeployInterchainTransactionLib(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *InterchainTransactionLib, error)

DeployInterchainTransactionLib deploys a new Ethereum contract, binding an instance of InterchainTransactionLib to it.

func NewInterchainTransactionLib

func NewInterchainTransactionLib(address common.Address, backend bind.ContractBackend) (*InterchainTransactionLib, error)

NewInterchainTransactionLib creates a new instance of InterchainTransactionLib, bound to a specific deployed contract.

type InterchainTransactionLibCaller

type InterchainTransactionLibCaller struct {
	// contains filtered or unexported fields
}

InterchainTransactionLibCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewInterchainTransactionLibCaller

func NewInterchainTransactionLibCaller(address common.Address, caller bind.ContractCaller) (*InterchainTransactionLibCaller, error)

NewInterchainTransactionLibCaller creates a new read-only instance of InterchainTransactionLib, bound to a specific deployed contract.

type InterchainTransactionLibCallerRaw

type InterchainTransactionLibCallerRaw struct {
	Contract *InterchainTransactionLibCaller // Generic read-only contract binding to access the raw methods on
}

InterchainTransactionLibCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*InterchainTransactionLibCallerRaw) Call

func (_InterchainTransactionLib *InterchainTransactionLibCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type InterchainTransactionLibCallerSession

type InterchainTransactionLibCallerSession struct {
	Contract *InterchainTransactionLibCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                   // Call options to use throughout this session
}

InterchainTransactionLibCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type InterchainTransactionLibFilterer

type InterchainTransactionLibFilterer struct {
	// contains filtered or unexported fields
}

InterchainTransactionLibFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewInterchainTransactionLibFilterer

func NewInterchainTransactionLibFilterer(address common.Address, filterer bind.ContractFilterer) (*InterchainTransactionLibFilterer, error)

NewInterchainTransactionLibFilterer creates a new log filterer instance of InterchainTransactionLib, bound to a specific deployed contract.

type InterchainTransactionLibRaw

type InterchainTransactionLibRaw struct {
	Contract *InterchainTransactionLib // Generic contract binding to access the raw methods on
}

InterchainTransactionLibRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*InterchainTransactionLibRaw) Call

func (_InterchainTransactionLib *InterchainTransactionLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*InterchainTransactionLibRaw) Transact

func (_InterchainTransactionLib *InterchainTransactionLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainTransactionLibRaw) Transfer

func (_InterchainTransactionLib *InterchainTransactionLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainTransactionLibSession

type InterchainTransactionLibSession struct {
	Contract     *InterchainTransactionLib // Generic contract binding to set the session for
	CallOpts     bind.CallOpts             // Call options to use throughout this session
	TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
}

InterchainTransactionLibSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type InterchainTransactionLibTransactor

type InterchainTransactionLibTransactor struct {
	// contains filtered or unexported fields
}

InterchainTransactionLibTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewInterchainTransactionLibTransactor

func NewInterchainTransactionLibTransactor(address common.Address, transactor bind.ContractTransactor) (*InterchainTransactionLibTransactor, error)

NewInterchainTransactionLibTransactor creates a new write-only instance of InterchainTransactionLib, bound to a specific deployed contract.

type InterchainTransactionLibTransactorRaw

type InterchainTransactionLibTransactorRaw struct {
	Contract *InterchainTransactionLibTransactor // Generic write-only contract binding to access the raw methods on
}

InterchainTransactionLibTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*InterchainTransactionLibTransactorRaw) Transact

func (_InterchainTransactionLib *InterchainTransactionLibTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*InterchainTransactionLibTransactorRaw) Transfer

func (_InterchainTransactionLib *InterchainTransactionLibTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type InterchainTransactionLibTransactorSession

type InterchainTransactionLibTransactorSession struct {
	Contract     *InterchainTransactionLibTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                   // Transaction auth options to use throughout this session
}

InterchainTransactionLibTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type InterchainTxDescriptor

type InterchainTxDescriptor struct {
	TransactionId [32]byte
	DbNonce       uint64
	EntryIndex    uint64
}

InterchainTxDescriptor is an auto generated low-level Go binding around an user-defined struct.

type MathLib added in v0.1.1

type MathLib struct {
	MathLibCaller     // Read-only binding to the contract
	MathLibTransactor // Write-only binding to the contract
	MathLibFilterer   // Log filterer for contract events
}

MathLib is an auto generated Go binding around an Ethereum contract.

func DeployMathLib added in v0.1.1

func DeployMathLib(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *MathLib, error)

DeployMathLib deploys a new Ethereum contract, binding an instance of MathLib to it.

func NewMathLib added in v0.1.1

func NewMathLib(address common.Address, backend bind.ContractBackend) (*MathLib, error)

NewMathLib creates a new instance of MathLib, bound to a specific deployed contract.

type MathLibCaller added in v0.1.1

type MathLibCaller struct {
	// contains filtered or unexported fields
}

MathLibCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewMathLibCaller added in v0.1.1

func NewMathLibCaller(address common.Address, caller bind.ContractCaller) (*MathLibCaller, error)

NewMathLibCaller creates a new read-only instance of MathLib, bound to a specific deployed contract.

type MathLibCallerRaw added in v0.1.1

type MathLibCallerRaw struct {
	Contract *MathLibCaller // Generic read-only contract binding to access the raw methods on
}

MathLibCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*MathLibCallerRaw) Call added in v0.1.1

func (_MathLib *MathLibCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type MathLibCallerSession added in v0.1.1

type MathLibCallerSession struct {
	Contract *MathLibCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts  // Call options to use throughout this session
}

MathLibCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type MathLibFilterer added in v0.1.1

type MathLibFilterer struct {
	// contains filtered or unexported fields
}

MathLibFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewMathLibFilterer added in v0.1.1

func NewMathLibFilterer(address common.Address, filterer bind.ContractFilterer) (*MathLibFilterer, error)

NewMathLibFilterer creates a new log filterer instance of MathLib, bound to a specific deployed contract.

type MathLibRaw added in v0.1.1

type MathLibRaw struct {
	Contract *MathLib // Generic contract binding to access the raw methods on
}

MathLibRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*MathLibRaw) Call added in v0.1.1

func (_MathLib *MathLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*MathLibRaw) Transact added in v0.1.1

func (_MathLib *MathLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*MathLibRaw) Transfer added in v0.1.1

func (_MathLib *MathLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type MathLibSession added in v0.1.1

type MathLibSession struct {
	Contract     *MathLib          // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

MathLibSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type MathLibTransactor added in v0.1.1

type MathLibTransactor struct {
	// contains filtered or unexported fields
}

MathLibTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewMathLibTransactor added in v0.1.1

func NewMathLibTransactor(address common.Address, transactor bind.ContractTransactor) (*MathLibTransactor, error)

NewMathLibTransactor creates a new write-only instance of MathLib, bound to a specific deployed contract.

type MathLibTransactorRaw added in v0.1.1

type MathLibTransactorRaw struct {
	Contract *MathLibTransactor // Generic write-only contract binding to access the raw methods on
}

MathLibTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*MathLibTransactorRaw) Transact added in v0.1.1

func (_MathLib *MathLibTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*MathLibTransactorRaw) Transfer added in v0.1.1

func (_MathLib *MathLibTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type MathLibTransactorSession added in v0.1.1

type MathLibTransactorSession struct {
	Contract     *MathLibTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}

MathLibTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type OptionsLib

type OptionsLib struct {
	OptionsLibCaller     // Read-only binding to the contract
	OptionsLibTransactor // Write-only binding to the contract
	OptionsLibFilterer   // Log filterer for contract events
}

OptionsLib is an auto generated Go binding around an Ethereum contract.

func DeployOptionsLib

func DeployOptionsLib(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *OptionsLib, error)

DeployOptionsLib deploys a new Ethereum contract, binding an instance of OptionsLib to it.

func NewOptionsLib

func NewOptionsLib(address common.Address, backend bind.ContractBackend) (*OptionsLib, error)

NewOptionsLib creates a new instance of OptionsLib, bound to a specific deployed contract.

type OptionsLibCaller

type OptionsLibCaller struct {
	// contains filtered or unexported fields
}

OptionsLibCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewOptionsLibCaller

func NewOptionsLibCaller(address common.Address, caller bind.ContractCaller) (*OptionsLibCaller, error)

NewOptionsLibCaller creates a new read-only instance of OptionsLib, bound to a specific deployed contract.

type OptionsLibCallerRaw

type OptionsLibCallerRaw struct {
	Contract *OptionsLibCaller // Generic read-only contract binding to access the raw methods on
}

OptionsLibCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*OptionsLibCallerRaw) Call

func (_OptionsLib *OptionsLibCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type OptionsLibCallerSession

type OptionsLibCallerSession struct {
	Contract *OptionsLibCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts     // Call options to use throughout this session
}

OptionsLibCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type OptionsLibFilterer

type OptionsLibFilterer struct {
	// contains filtered or unexported fields
}

OptionsLibFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewOptionsLibFilterer

func NewOptionsLibFilterer(address common.Address, filterer bind.ContractFilterer) (*OptionsLibFilterer, error)

NewOptionsLibFilterer creates a new log filterer instance of OptionsLib, bound to a specific deployed contract.

type OptionsLibRaw

type OptionsLibRaw struct {
	Contract *OptionsLib // Generic contract binding to access the raw methods on
}

OptionsLibRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*OptionsLibRaw) Call

func (_OptionsLib *OptionsLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*OptionsLibRaw) Transact

func (_OptionsLib *OptionsLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*OptionsLibRaw) Transfer

func (_OptionsLib *OptionsLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type OptionsLibSession

type OptionsLibSession struct {
	Contract     *OptionsLib       // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

OptionsLibSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type OptionsLibTransactor

type OptionsLibTransactor struct {
	// contains filtered or unexported fields
}

OptionsLibTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewOptionsLibTransactor

func NewOptionsLibTransactor(address common.Address, transactor bind.ContractTransactor) (*OptionsLibTransactor, error)

NewOptionsLibTransactor creates a new write-only instance of OptionsLib, bound to a specific deployed contract.

type OptionsLibTransactorRaw

type OptionsLibTransactorRaw struct {
	Contract *OptionsLibTransactor // Generic write-only contract binding to access the raw methods on
}

OptionsLibTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*OptionsLibTransactorRaw) Transact

func (_OptionsLib *OptionsLibTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*OptionsLibTransactorRaw) Transfer

func (_OptionsLib *OptionsLibTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type OptionsLibTransactorSession

type OptionsLibTransactorSession struct {
	Contract     *OptionsLibTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts     // Transaction auth options to use throughout this session
}

OptionsLibTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type OptionsV1

type OptionsV1 struct {
	GasLimit   *big.Int
	GasAirdrop *big.Int
}

OptionsV1 is an auto generated low-level Go binding around an user-defined struct.

type Ownable

type Ownable struct {
	OwnableCaller     // Read-only binding to the contract
	OwnableTransactor // Write-only binding to the contract
	OwnableFilterer   // Log filterer for contract events
}

Ownable is an auto generated Go binding around an Ethereum contract.

func NewOwnable

func NewOwnable(address common.Address, backend bind.ContractBackend) (*Ownable, error)

NewOwnable creates a new instance of Ownable, bound to a specific deployed contract.

type OwnableCaller

type OwnableCaller struct {
	// contains filtered or unexported fields
}

OwnableCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewOwnableCaller

func NewOwnableCaller(address common.Address, caller bind.ContractCaller) (*OwnableCaller, error)

NewOwnableCaller creates a new read-only instance of Ownable, bound to a specific deployed contract.

func (*OwnableCaller) Owner

func (_Ownable *OwnableCaller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

type OwnableCallerRaw

type OwnableCallerRaw struct {
	Contract *OwnableCaller // Generic read-only contract binding to access the raw methods on
}

OwnableCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*OwnableCallerRaw) Call

func (_Ownable *OwnableCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type OwnableCallerSession

type OwnableCallerSession struct {
	Contract *OwnableCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts  // Call options to use throughout this session
}

OwnableCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*OwnableCallerSession) Owner

func (_Ownable *OwnableCallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

type OwnableFilterer

type OwnableFilterer struct {
	// contains filtered or unexported fields
}

OwnableFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewOwnableFilterer

func NewOwnableFilterer(address common.Address, filterer bind.ContractFilterer) (*OwnableFilterer, error)

NewOwnableFilterer creates a new log filterer instance of Ownable, bound to a specific deployed contract.

func (*OwnableFilterer) FilterOwnershipTransferred

func (_Ownable *OwnableFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*OwnableOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*OwnableFilterer) ParseOwnershipTransferred

func (_Ownable *OwnableFilterer) ParseOwnershipTransferred(log types.Log) (*OwnableOwnershipTransferred, error)

ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*OwnableFilterer) WatchOwnershipTransferred

func (_Ownable *OwnableFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *OwnableOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

type OwnableOwnershipTransferred

type OwnableOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

OwnableOwnershipTransferred represents a OwnershipTransferred event raised by the Ownable contract.

type OwnableOwnershipTransferredIterator

type OwnableOwnershipTransferredIterator struct {
	Event *OwnableOwnershipTransferred // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

OwnableOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Ownable contract.

func (*OwnableOwnershipTransferredIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*OwnableOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*OwnableOwnershipTransferredIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type OwnableRaw

type OwnableRaw struct {
	Contract *Ownable // Generic contract binding to access the raw methods on
}

OwnableRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*OwnableRaw) Call

func (_Ownable *OwnableRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*OwnableRaw) Transact

func (_Ownable *OwnableRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*OwnableRaw) Transfer

func (_Ownable *OwnableRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type OwnableSession

type OwnableSession struct {
	Contract     *Ownable          // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

OwnableSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*OwnableSession) Owner

func (_Ownable *OwnableSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*OwnableSession) RenounceOwnership

func (_Ownable *OwnableSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*OwnableSession) TransferOwnership

func (_Ownable *OwnableSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type OwnableTransactor

type OwnableTransactor struct {
	// contains filtered or unexported fields
}

OwnableTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewOwnableTransactor

func NewOwnableTransactor(address common.Address, transactor bind.ContractTransactor) (*OwnableTransactor, error)

NewOwnableTransactor creates a new write-only instance of Ownable, bound to a specific deployed contract.

func (*OwnableTransactor) RenounceOwnership

func (_Ownable *OwnableTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*OwnableTransactor) TransferOwnership

func (_Ownable *OwnableTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type OwnableTransactorRaw

type OwnableTransactorRaw struct {
	Contract *OwnableTransactor // Generic write-only contract binding to access the raw methods on
}

OwnableTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*OwnableTransactorRaw) Transact

func (_Ownable *OwnableTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*OwnableTransactorRaw) Transfer

func (_Ownable *OwnableTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type OwnableTransactorSession

type OwnableTransactorSession struct {
	Contract     *OwnableTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}

OwnableTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*OwnableTransactorSession) RenounceOwnership

func (_Ownable *OwnableTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*OwnableTransactorSession) TransferOwnership

func (_Ownable *OwnableTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type Parser

type Parser interface {
	// ParseEvent parses the event from the log.
	ParseEvent(log ethTypes.Log) (_ EventType, event interface{}, ok bool)
}

Parser parses events from the module contract.

func NewParser

func NewParser(synapseModuleAddress common.Address) (Parser, error)

NewParser creates a new parser for the fastbridge contract.

type SafeCast added in v0.6.0

type SafeCast struct {
	SafeCastCaller     // Read-only binding to the contract
	SafeCastTransactor // Write-only binding to the contract
	SafeCastFilterer   // Log filterer for contract events
}

SafeCast is an auto generated Go binding around an Ethereum contract.

func DeploySafeCast added in v0.6.0

func DeploySafeCast(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *SafeCast, error)

DeploySafeCast deploys a new Ethereum contract, binding an instance of SafeCast to it.

func NewSafeCast added in v0.6.0

func NewSafeCast(address common.Address, backend bind.ContractBackend) (*SafeCast, error)

NewSafeCast creates a new instance of SafeCast, bound to a specific deployed contract.

type SafeCastCaller added in v0.6.0

type SafeCastCaller struct {
	// contains filtered or unexported fields
}

SafeCastCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewSafeCastCaller added in v0.6.0

func NewSafeCastCaller(address common.Address, caller bind.ContractCaller) (*SafeCastCaller, error)

NewSafeCastCaller creates a new read-only instance of SafeCast, bound to a specific deployed contract.

type SafeCastCallerRaw added in v0.6.0

type SafeCastCallerRaw struct {
	Contract *SafeCastCaller // Generic read-only contract binding to access the raw methods on
}

SafeCastCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*SafeCastCallerRaw) Call added in v0.6.0

func (_SafeCast *SafeCastCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type SafeCastCallerSession added in v0.6.0

type SafeCastCallerSession struct {
	Contract *SafeCastCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts   // Call options to use throughout this session
}

SafeCastCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type SafeCastFilterer added in v0.6.0

type SafeCastFilterer struct {
	// contains filtered or unexported fields
}

SafeCastFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewSafeCastFilterer added in v0.6.0

func NewSafeCastFilterer(address common.Address, filterer bind.ContractFilterer) (*SafeCastFilterer, error)

NewSafeCastFilterer creates a new log filterer instance of SafeCast, bound to a specific deployed contract.

type SafeCastRaw added in v0.6.0

type SafeCastRaw struct {
	Contract *SafeCast // Generic contract binding to access the raw methods on
}

SafeCastRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*SafeCastRaw) Call added in v0.6.0

func (_SafeCast *SafeCastRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*SafeCastRaw) Transact added in v0.6.0

func (_SafeCast *SafeCastRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*SafeCastRaw) Transfer added in v0.6.0

func (_SafeCast *SafeCastRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type SafeCastSession added in v0.6.0

type SafeCastSession struct {
	Contract     *SafeCast         // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

SafeCastSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type SafeCastTransactor added in v0.6.0

type SafeCastTransactor struct {
	// contains filtered or unexported fields
}

SafeCastTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewSafeCastTransactor added in v0.6.0

func NewSafeCastTransactor(address common.Address, transactor bind.ContractTransactor) (*SafeCastTransactor, error)

NewSafeCastTransactor creates a new write-only instance of SafeCast, bound to a specific deployed contract.

type SafeCastTransactorRaw added in v0.6.0

type SafeCastTransactorRaw struct {
	Contract *SafeCastTransactor // Generic write-only contract binding to access the raw methods on
}

SafeCastTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*SafeCastTransactorRaw) Transact added in v0.6.0

func (_SafeCast *SafeCastTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*SafeCastTransactorRaw) Transfer added in v0.6.0

func (_SafeCast *SafeCastTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type SafeCastTransactorSession added in v0.6.0

type SafeCastTransactorSession struct {
	Contract     *SafeCastTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts   // Transaction auth options to use throughout this session
}

SafeCastTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type TypeCasts

type TypeCasts struct {
	TypeCastsCaller     // Read-only binding to the contract
	TypeCastsTransactor // Write-only binding to the contract
	TypeCastsFilterer   // Log filterer for contract events
}

TypeCasts is an auto generated Go binding around an Ethereum contract.

func DeployTypeCasts

func DeployTypeCasts(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *TypeCasts, error)

DeployTypeCasts deploys a new Ethereum contract, binding an instance of TypeCasts to it.

func NewTypeCasts

func NewTypeCasts(address common.Address, backend bind.ContractBackend) (*TypeCasts, error)

NewTypeCasts creates a new instance of TypeCasts, bound to a specific deployed contract.

type TypeCastsCaller

type TypeCastsCaller struct {
	// contains filtered or unexported fields
}

TypeCastsCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewTypeCastsCaller

func NewTypeCastsCaller(address common.Address, caller bind.ContractCaller) (*TypeCastsCaller, error)

NewTypeCastsCaller creates a new read-only instance of TypeCasts, bound to a specific deployed contract.

type TypeCastsCallerRaw

type TypeCastsCallerRaw struct {
	Contract *TypeCastsCaller // Generic read-only contract binding to access the raw methods on
}

TypeCastsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*TypeCastsCallerRaw) Call

func (_TypeCasts *TypeCastsCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type TypeCastsCallerSession

type TypeCastsCallerSession struct {
	Contract *TypeCastsCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts    // Call options to use throughout this session
}

TypeCastsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type TypeCastsFilterer

type TypeCastsFilterer struct {
	// contains filtered or unexported fields
}

TypeCastsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewTypeCastsFilterer

func NewTypeCastsFilterer(address common.Address, filterer bind.ContractFilterer) (*TypeCastsFilterer, error)

NewTypeCastsFilterer creates a new log filterer instance of TypeCasts, bound to a specific deployed contract.

type TypeCastsRaw

type TypeCastsRaw struct {
	Contract *TypeCasts // Generic contract binding to access the raw methods on
}

TypeCastsRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*TypeCastsRaw) Call

func (_TypeCasts *TypeCastsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*TypeCastsRaw) Transact

func (_TypeCasts *TypeCastsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*TypeCastsRaw) Transfer

func (_TypeCasts *TypeCastsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type TypeCastsSession

type TypeCastsSession struct {
	Contract     *TypeCasts        // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

TypeCastsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type TypeCastsTransactor

type TypeCastsTransactor struct {
	// contains filtered or unexported fields
}

TypeCastsTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewTypeCastsTransactor

func NewTypeCastsTransactor(address common.Address, transactor bind.ContractTransactor) (*TypeCastsTransactor, error)

NewTypeCastsTransactor creates a new write-only instance of TypeCasts, bound to a specific deployed contract.

type TypeCastsTransactorRaw

type TypeCastsTransactorRaw struct {
	Contract *TypeCastsTransactor // Generic write-only contract binding to access the raw methods on
}

TypeCastsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*TypeCastsTransactorRaw) Transact

func (_TypeCasts *TypeCastsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*TypeCastsTransactorRaw) Transfer

func (_TypeCasts *TypeCastsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type TypeCastsTransactorSession

type TypeCastsTransactorSession struct {
	Contract     *TypeCastsTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts    // Transaction auth options to use throughout this session
}

TypeCastsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type VersionedPayloadLib added in v0.4.0

type VersionedPayloadLib struct {
	VersionedPayloadLibCaller     // Read-only binding to the contract
	VersionedPayloadLibTransactor // Write-only binding to the contract
	VersionedPayloadLibFilterer   // Log filterer for contract events
}

VersionedPayloadLib is an auto generated Go binding around an Ethereum contract.

func DeployVersionedPayloadLib added in v0.4.0

func DeployVersionedPayloadLib(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *VersionedPayloadLib, error)

DeployVersionedPayloadLib deploys a new Ethereum contract, binding an instance of VersionedPayloadLib to it.

func NewVersionedPayloadLib added in v0.4.0

func NewVersionedPayloadLib(address common.Address, backend bind.ContractBackend) (*VersionedPayloadLib, error)

NewVersionedPayloadLib creates a new instance of VersionedPayloadLib, bound to a specific deployed contract.

type VersionedPayloadLibCaller added in v0.4.0

type VersionedPayloadLibCaller struct {
	// contains filtered or unexported fields
}

VersionedPayloadLibCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewVersionedPayloadLibCaller added in v0.4.0

func NewVersionedPayloadLibCaller(address common.Address, caller bind.ContractCaller) (*VersionedPayloadLibCaller, error)

NewVersionedPayloadLibCaller creates a new read-only instance of VersionedPayloadLib, bound to a specific deployed contract.

type VersionedPayloadLibCallerRaw added in v0.4.0

type VersionedPayloadLibCallerRaw struct {
	Contract *VersionedPayloadLibCaller // Generic read-only contract binding to access the raw methods on
}

VersionedPayloadLibCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*VersionedPayloadLibCallerRaw) Call added in v0.4.0

func (_VersionedPayloadLib *VersionedPayloadLibCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type VersionedPayloadLibCallerSession added in v0.4.0

type VersionedPayloadLibCallerSession struct {
	Contract *VersionedPayloadLibCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts              // Call options to use throughout this session
}

VersionedPayloadLibCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type VersionedPayloadLibFilterer added in v0.4.0

type VersionedPayloadLibFilterer struct {
	// contains filtered or unexported fields
}

VersionedPayloadLibFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewVersionedPayloadLibFilterer added in v0.4.0

func NewVersionedPayloadLibFilterer(address common.Address, filterer bind.ContractFilterer) (*VersionedPayloadLibFilterer, error)

NewVersionedPayloadLibFilterer creates a new log filterer instance of VersionedPayloadLib, bound to a specific deployed contract.

type VersionedPayloadLibRaw added in v0.4.0

type VersionedPayloadLibRaw struct {
	Contract *VersionedPayloadLib // Generic contract binding to access the raw methods on
}

VersionedPayloadLibRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*VersionedPayloadLibRaw) Call added in v0.4.0

func (_VersionedPayloadLib *VersionedPayloadLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*VersionedPayloadLibRaw) Transact added in v0.4.0

func (_VersionedPayloadLib *VersionedPayloadLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*VersionedPayloadLibRaw) Transfer added in v0.4.0

func (_VersionedPayloadLib *VersionedPayloadLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type VersionedPayloadLibSession added in v0.4.0

type VersionedPayloadLibSession struct {
	Contract     *VersionedPayloadLib // Generic contract binding to set the session for
	CallOpts     bind.CallOpts        // Call options to use throughout this session
	TransactOpts bind.TransactOpts    // Transaction auth options to use throughout this session
}

VersionedPayloadLibSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type VersionedPayloadLibTransactor added in v0.4.0

type VersionedPayloadLibTransactor struct {
	// contains filtered or unexported fields
}

VersionedPayloadLibTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewVersionedPayloadLibTransactor added in v0.4.0

func NewVersionedPayloadLibTransactor(address common.Address, transactor bind.ContractTransactor) (*VersionedPayloadLibTransactor, error)

NewVersionedPayloadLibTransactor creates a new write-only instance of VersionedPayloadLib, bound to a specific deployed contract.

type VersionedPayloadLibTransactorRaw added in v0.4.0

type VersionedPayloadLibTransactorRaw struct {
	Contract *VersionedPayloadLibTransactor // Generic write-only contract binding to access the raw methods on
}

VersionedPayloadLibTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*VersionedPayloadLibTransactorRaw) Transact added in v0.4.0

func (_VersionedPayloadLib *VersionedPayloadLibTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*VersionedPayloadLibTransactorRaw) Transfer added in v0.4.0

func (_VersionedPayloadLib *VersionedPayloadLibTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type VersionedPayloadLibTransactorSession added in v0.4.0

type VersionedPayloadLibTransactorSession struct {
	Contract     *VersionedPayloadLibTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts              // Transaction auth options to use throughout this session
}

VersionedPayloadLibTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL