Documentation ¶
Overview ¶
Package interchainclient provides the interchainclient interface.
Code generated by synapse abigen DO NOT EDIT.
Index ¶
- Variables
- type AppConfigLib
- type AppConfigLibCaller
- type AppConfigLibCallerRaw
- type AppConfigLibCallerSession
- type AppConfigLibFilterer
- type AppConfigLibRaw
- func (_AppConfigLib *AppConfigLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_AppConfigLib *AppConfigLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_AppConfigLib *AppConfigLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type AppConfigLibSession
- type AppConfigLibTransactor
- type AppConfigLibTransactorRaw
- type AppConfigLibTransactorSession
- type AppConfigV1
- type BatchingV1Lib
- type BatchingV1LibCaller
- type BatchingV1LibCallerRaw
- type BatchingV1LibCallerSession
- type BatchingV1LibFilterer
- type BatchingV1LibRaw
- func (_BatchingV1Lib *BatchingV1LibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_BatchingV1Lib *BatchingV1LibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_BatchingV1Lib *BatchingV1LibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type BatchingV1LibSession
- type BatchingV1LibTransactor
- type BatchingV1LibTransactorRaw
- type BatchingV1LibTransactorSession
- type Context
- type ContextCaller
- type ContextCallerRaw
- type ContextCallerSession
- type ContextFilterer
- type ContextRaw
- func (_Context *ContextRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Context *ContextRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Context *ContextRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ContextSession
- type ContextTransactor
- type ContextTransactorRaw
- type ContextTransactorSession
- type EventType
- type IExecutionService
- type IExecutionServiceCaller
- type IExecutionServiceCallerRaw
- type IExecutionServiceCallerSession
- type IExecutionServiceFilterer
- type IExecutionServiceRaw
- func (_IExecutionService *IExecutionServiceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_IExecutionService *IExecutionServiceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IExecutionService *IExecutionServiceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IExecutionServiceSession
- func (_IExecutionService *IExecutionServiceSession) ExecutorEOA() (common.Address, error)
- func (_IExecutionService *IExecutionServiceSession) GetExecutionFee(dstChainId uint64, txPayloadSize *big.Int, options []byte) (*big.Int, error)
- func (_IExecutionService *IExecutionServiceSession) RequestTxExecution(dstChainId uint64, txPayloadSize *big.Int, transactionId [32]byte, ...) (*types.Transaction, error)
- type IExecutionServiceTransactor
- type IExecutionServiceTransactorRaw
- type IExecutionServiceTransactorSession
- type IInterchainApp
- type IInterchainAppCaller
- type IInterchainAppCallerRaw
- type IInterchainAppCallerSession
- type IInterchainAppFilterer
- type IInterchainAppRaw
- func (_IInterchainApp *IInterchainAppRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_IInterchainApp *IInterchainAppRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IInterchainApp *IInterchainAppRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IInterchainAppSession
- type IInterchainAppTransactor
- type IInterchainAppTransactorRaw
- type IInterchainAppTransactorSession
- type IInterchainClientV1
- type IInterchainClientV1Caller
- func (_IInterchainClientV1 *IInterchainClientV1Caller) GetExecutor(opts *bind.CallOpts, transaction []byte) (common.Address, error)
- func (_IInterchainClientV1 *IInterchainClientV1Caller) GetExecutorById(opts *bind.CallOpts, transactionId [32]byte) (common.Address, error)
- func (_IInterchainClientV1 *IInterchainClientV1Caller) GetInterchainFee(opts *bind.CallOpts, dstChainId uint64, srcExecutionService common.Address, ...) (*big.Int, error)
- func (_IInterchainClientV1 *IInterchainClientV1Caller) GetLinkedClient(opts *bind.CallOpts, chainId uint64) ([32]byte, error)
- func (_IInterchainClientV1 *IInterchainClientV1Caller) GetLinkedClientEVM(opts *bind.CallOpts, chainId uint64) (common.Address, error)
- func (_IInterchainClientV1 *IInterchainClientV1Caller) GetTxReadinessV1(opts *bind.CallOpts, icTx InterchainTransaction, proof [][32]byte) (struct{ ... }, error)
- func (_IInterchainClientV1 *IInterchainClientV1Caller) IsExecutable(opts *bind.CallOpts, transaction []byte, proof [][32]byte) (bool, error)
- type IInterchainClientV1CallerRaw
- type IInterchainClientV1CallerSession
- func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetExecutor(transaction []byte) (common.Address, error)
- func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetExecutorById(transactionId [32]byte) (common.Address, error)
- func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetInterchainFee(dstChainId uint64, srcExecutionService common.Address, ...) (*big.Int, error)
- func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetLinkedClient(chainId uint64) ([32]byte, error)
- func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetLinkedClientEVM(chainId uint64) (common.Address, error)
- func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetTxReadinessV1(icTx InterchainTransaction, proof [][32]byte) (struct{ ... }, error)
- func (_IInterchainClientV1 *IInterchainClientV1CallerSession) IsExecutable(transaction []byte, proof [][32]byte) (bool, error)
- type IInterchainClientV1Filterer
- type IInterchainClientV1Raw
- func (_IInterchainClientV1 *IInterchainClientV1Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_IInterchainClientV1 *IInterchainClientV1Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IInterchainClientV1Session
- func (_IInterchainClientV1 *IInterchainClientV1Session) GetExecutor(transaction []byte) (common.Address, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) GetExecutorById(transactionId [32]byte) (common.Address, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) GetInterchainFee(dstChainId uint64, srcExecutionService common.Address, ...) (*big.Int, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) GetLinkedClient(chainId uint64) ([32]byte, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) GetLinkedClientEVM(chainId uint64) (common.Address, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) GetTxReadinessV1(icTx InterchainTransaction, proof [][32]byte) (struct{ ... }, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) InterchainExecute(gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) InterchainSend(dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, ...) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) InterchainSendEVM(dstChainId uint64, receiver common.Address, srcExecutionService common.Address, ...) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) IsExecutable(transaction []byte, proof [][32]byte) (bool, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) SetDefaultGuard(guard_ common.Address) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) SetLinkedClient(chainId uint64, client [32]byte) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Session) WriteExecutionProof(transactionId [32]byte) (*types.Transaction, error)
- type IInterchainClientV1Transactor
- func (_IInterchainClientV1 *IInterchainClientV1Transactor) InterchainExecute(opts *bind.TransactOpts, gasLimit *big.Int, transaction []byte, ...) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Transactor) InterchainSend(opts *bind.TransactOpts, dstChainId uint64, receiver [32]byte, ...) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Transactor) InterchainSendEVM(opts *bind.TransactOpts, dstChainId uint64, receiver common.Address, ...) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Transactor) SetDefaultGuard(opts *bind.TransactOpts, guard_ common.Address) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Transactor) SetLinkedClient(opts *bind.TransactOpts, chainId uint64, client [32]byte) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1Transactor) WriteExecutionProof(opts *bind.TransactOpts, transactionId [32]byte) (*types.Transaction, error)
- type IInterchainClientV1TransactorRaw
- type IInterchainClientV1TransactorSession
- func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) InterchainExecute(gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) InterchainSend(dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, ...) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) InterchainSendEVM(dstChainId uint64, receiver common.Address, srcExecutionService common.Address, ...) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) SetDefaultGuard(guard_ common.Address) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) SetLinkedClient(chainId uint64, client [32]byte) (*types.Transaction, error)
- func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) WriteExecutionProof(transactionId [32]byte) (*types.Transaction, error)
- type IInterchainDB
- type IInterchainDBCaller
- func (_IInterchainDB *IInterchainDBCaller) CheckBatchVerification(opts *bind.CallOpts, dstModule common.Address, batch InterchainBatch) (*big.Int, error)
- func (_IInterchainDB *IInterchainDBCaller) DBVERSION(opts *bind.CallOpts) (uint16, error)
- func (_IInterchainDB *IInterchainDBCaller) GetBatch(opts *bind.CallOpts, dbNonce uint64) (InterchainBatch, error)
- func (_IInterchainDB *IInterchainDBCaller) GetBatchLeafs(opts *bind.CallOpts, dbNonce uint64) ([][32]byte, error)
- func (_IInterchainDB *IInterchainDBCaller) GetBatchLeafsPaginated(opts *bind.CallOpts, dbNonce uint64, start uint64, end uint64) ([][32]byte, error)
- func (_IInterchainDB *IInterchainDBCaller) GetBatchRoot(opts *bind.CallOpts, entry InterchainEntry, proof [][32]byte) ([32]byte, error)
- func (_IInterchainDB *IInterchainDBCaller) GetBatchSize(opts *bind.CallOpts, dbNonce uint64) (uint64, error)
- func (_IInterchainDB *IInterchainDBCaller) GetDBNonce(opts *bind.CallOpts) (uint64, error)
- func (_IInterchainDB *IInterchainDBCaller) GetEntryProof(opts *bind.CallOpts, dbNonce uint64, entryIndex uint64) ([][32]byte, error)
- func (_IInterchainDB *IInterchainDBCaller) GetEntryValue(opts *bind.CallOpts, dbNonce uint64, entryIndex uint64) ([32]byte, error)
- func (_IInterchainDB *IInterchainDBCaller) GetInterchainFee(opts *bind.CallOpts, dstChainId uint64, srcModules []common.Address) (*big.Int, error)
- func (_IInterchainDB *IInterchainDBCaller) GetNextEntryIndex(opts *bind.CallOpts) (struct{ ... }, error)
- func (_IInterchainDB *IInterchainDBCaller) GetVersionedBatch(opts *bind.CallOpts, dbNonce uint64) ([]byte, error)
- type IInterchainDBCallerRaw
- type IInterchainDBCallerSession
- func (_IInterchainDB *IInterchainDBCallerSession) CheckBatchVerification(dstModule common.Address, batch InterchainBatch) (*big.Int, error)
- func (_IInterchainDB *IInterchainDBCallerSession) DBVERSION() (uint16, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetBatch(dbNonce uint64) (InterchainBatch, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetBatchLeafs(dbNonce uint64) ([][32]byte, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetBatchLeafsPaginated(dbNonce uint64, start uint64, end uint64) ([][32]byte, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetBatchRoot(entry InterchainEntry, proof [][32]byte) ([32]byte, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetBatchSize(dbNonce uint64) (uint64, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetDBNonce() (uint64, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetEntryProof(dbNonce uint64, entryIndex uint64) ([][32]byte, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetEntryValue(dbNonce uint64, entryIndex uint64) ([32]byte, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetInterchainFee(dstChainId uint64, srcModules []common.Address) (*big.Int, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetNextEntryIndex() (struct{ ... }, error)
- func (_IInterchainDB *IInterchainDBCallerSession) GetVersionedBatch(dbNonce uint64) ([]byte, error)
- type IInterchainDBFilterer
- type IInterchainDBRaw
- func (_IInterchainDB *IInterchainDBRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_IInterchainDB *IInterchainDBRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IInterchainDBSession
- func (_IInterchainDB *IInterchainDBSession) CheckBatchVerification(dstModule common.Address, batch InterchainBatch) (*big.Int, error)
- func (_IInterchainDB *IInterchainDBSession) DBVERSION() (uint16, error)
- func (_IInterchainDB *IInterchainDBSession) GetBatch(dbNonce uint64) (InterchainBatch, error)
- func (_IInterchainDB *IInterchainDBSession) GetBatchLeafs(dbNonce uint64) ([][32]byte, error)
- func (_IInterchainDB *IInterchainDBSession) GetBatchLeafsPaginated(dbNonce uint64, start uint64, end uint64) ([][32]byte, error)
- func (_IInterchainDB *IInterchainDBSession) GetBatchRoot(entry InterchainEntry, proof [][32]byte) ([32]byte, error)
- func (_IInterchainDB *IInterchainDBSession) GetBatchSize(dbNonce uint64) (uint64, error)
- func (_IInterchainDB *IInterchainDBSession) GetDBNonce() (uint64, error)
- func (_IInterchainDB *IInterchainDBSession) GetEntryProof(dbNonce uint64, entryIndex uint64) ([][32]byte, error)
- func (_IInterchainDB *IInterchainDBSession) GetEntryValue(dbNonce uint64, entryIndex uint64) ([32]byte, error)
- func (_IInterchainDB *IInterchainDBSession) GetInterchainFee(dstChainId uint64, srcModules []common.Address) (*big.Int, error)
- func (_IInterchainDB *IInterchainDBSession) GetNextEntryIndex() (struct{ ... }, error)
- func (_IInterchainDB *IInterchainDBSession) GetVersionedBatch(dbNonce uint64) ([]byte, error)
- func (_IInterchainDB *IInterchainDBSession) RequestBatchVerification(dstChainId uint64, dbNonce uint64, srcModules []common.Address) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBSession) VerifyRemoteBatch(versionedBatch []byte) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBSession) WriteEntry(dataHash [32]byte) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBSession) WriteEntryWithVerification(dstChainId uint64, dataHash [32]byte, srcModules []common.Address) (*types.Transaction, error)
- type IInterchainDBTransactor
- func (_IInterchainDB *IInterchainDBTransactor) RequestBatchVerification(opts *bind.TransactOpts, dstChainId uint64, dbNonce uint64, ...) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBTransactor) VerifyRemoteBatch(opts *bind.TransactOpts, versionedBatch []byte) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBTransactor) WriteEntry(opts *bind.TransactOpts, dataHash [32]byte) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBTransactor) WriteEntryWithVerification(opts *bind.TransactOpts, dstChainId uint64, dataHash [32]byte, ...) (*types.Transaction, error)
- type IInterchainDBTransactorRaw
- type IInterchainDBTransactorSession
- func (_IInterchainDB *IInterchainDBTransactorSession) RequestBatchVerification(dstChainId uint64, dbNonce uint64, srcModules []common.Address) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBTransactorSession) VerifyRemoteBatch(versionedBatch []byte) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBTransactorSession) WriteEntry(dataHash [32]byte) (*types.Transaction, error)
- func (_IInterchainDB *IInterchainDBTransactorSession) WriteEntryWithVerification(dstChainId uint64, dataHash [32]byte, srcModules []common.Address) (*types.Transaction, error)
- type InterchainBatch
- type InterchainBatchLib
- type InterchainBatchLibCaller
- type InterchainBatchLibCallerRaw
- type InterchainBatchLibCallerSession
- type InterchainBatchLibFilterer
- type InterchainBatchLibRaw
- func (_InterchainBatchLib *InterchainBatchLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_InterchainBatchLib *InterchainBatchLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_InterchainBatchLib *InterchainBatchLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type InterchainBatchLibSession
- type InterchainBatchLibTransactor
- type InterchainBatchLibTransactorRaw
- type InterchainBatchLibTransactorSession
- type InterchainClientRef
- type InterchainClientV1
- type InterchainClientV1Caller
- func (_InterchainClientV1 *InterchainClientV1Caller) CLIENTVERSION(opts *bind.CallOpts) (uint16, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) DecodeOptions(opts *bind.CallOpts, encodedOptions []byte) (OptionsV1, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) DefaultGuard(opts *bind.CallOpts) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) EncodeTransaction(opts *bind.CallOpts, icTx InterchainTransaction) ([]byte, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) GetAppReceivingConfigV1(opts *bind.CallOpts, receiver common.Address) (struct{ ... }, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) GetExecutor(opts *bind.CallOpts, encodedTx []byte) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) GetExecutorById(opts *bind.CallOpts, transactionId [32]byte) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) GetInterchainFee(opts *bind.CallOpts, dstChainId uint64, srcExecutionService common.Address, ...) (*big.Int, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) GetLinkedClient(opts *bind.CallOpts, chainId uint64) ([32]byte, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) GetLinkedClientEVM(opts *bind.CallOpts, chainId uint64) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) GetTxReadinessV1(opts *bind.CallOpts, icTx InterchainTransaction, proof [][32]byte) (struct{ ... }, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) INTERCHAINDB(opts *bind.CallOpts) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) IsExecutable(opts *bind.CallOpts, encodedTx []byte, proof [][32]byte) (bool, error)
- func (_InterchainClientV1 *InterchainClientV1Caller) Owner(opts *bind.CallOpts) (common.Address, error)
- type InterchainClientV1CallerRaw
- type InterchainClientV1CallerSession
- func (_InterchainClientV1 *InterchainClientV1CallerSession) CLIENTVERSION() (uint16, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) DecodeOptions(encodedOptions []byte) (OptionsV1, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) DefaultGuard() (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) EncodeTransaction(icTx InterchainTransaction) ([]byte, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) GetAppReceivingConfigV1(receiver common.Address) (struct{ ... }, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) GetExecutor(encodedTx []byte) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) GetExecutorById(transactionId [32]byte) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) GetInterchainFee(dstChainId uint64, srcExecutionService common.Address, ...) (*big.Int, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) GetLinkedClient(chainId uint64) ([32]byte, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) GetLinkedClientEVM(chainId uint64) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) GetTxReadinessV1(icTx InterchainTransaction, proof [][32]byte) (struct{ ... }, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) INTERCHAINDB() (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) IsExecutable(encodedTx []byte, proof [][32]byte) (bool, error)
- func (_InterchainClientV1 *InterchainClientV1CallerSession) Owner() (common.Address, error)
- type InterchainClientV1DefaultGuardSet
- type InterchainClientV1DefaultGuardSetIterator
- type InterchainClientV1Events
- type InterchainClientV1EventsCaller
- type InterchainClientV1EventsCallerRaw
- type InterchainClientV1EventsCallerSession
- type InterchainClientV1EventsDefaultGuardSet
- type InterchainClientV1EventsDefaultGuardSetIterator
- type InterchainClientV1EventsExecutionProofWritten
- type InterchainClientV1EventsExecutionProofWrittenIterator
- type InterchainClientV1EventsFilterer
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterDefaultGuardSet(opts *bind.FilterOpts) (*InterchainClientV1EventsDefaultGuardSetIterator, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterExecutionProofWritten(opts *bind.FilterOpts, transactionId [][32]byte, executor []common.Address) (*InterchainClientV1EventsExecutionProofWrittenIterator, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterInterchainTransactionReceived(opts *bind.FilterOpts, transactionId [][32]byte, srcSender [][32]byte, ...) (*InterchainClientV1EventsInterchainTransactionReceivedIterator, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterInterchainTransactionSent(opts *bind.FilterOpts, transactionId [][32]byte, srcSender [][32]byte, ...) (*InterchainClientV1EventsInterchainTransactionSentIterator, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterLinkedClientSet(opts *bind.FilterOpts) (*InterchainClientV1EventsLinkedClientSetIterator, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseDefaultGuardSet(log types.Log) (*InterchainClientV1EventsDefaultGuardSet, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseExecutionProofWritten(log types.Log) (*InterchainClientV1EventsExecutionProofWritten, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseInterchainTransactionReceived(log types.Log) (*InterchainClientV1EventsInterchainTransactionReceived, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseInterchainTransactionSent(log types.Log) (*InterchainClientV1EventsInterchainTransactionSent, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseLinkedClientSet(log types.Log) (*InterchainClientV1EventsLinkedClientSet, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchDefaultGuardSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1EventsDefaultGuardSet) (event.Subscription, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchExecutionProofWritten(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchInterchainTransactionReceived(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchInterchainTransactionSent(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchLinkedClientSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1EventsLinkedClientSet) (event.Subscription, error)
- type InterchainClientV1EventsInterchainTransactionReceived
- type InterchainClientV1EventsInterchainTransactionReceivedIterator
- type InterchainClientV1EventsInterchainTransactionSent
- type InterchainClientV1EventsInterchainTransactionSentIterator
- type InterchainClientV1EventsLinkedClientSet
- type InterchainClientV1EventsLinkedClientSetIterator
- type InterchainClientV1EventsRaw
- func (_InterchainClientV1Events *InterchainClientV1EventsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_InterchainClientV1Events *InterchainClientV1EventsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type InterchainClientV1EventsSession
- type InterchainClientV1EventsTransactor
- type InterchainClientV1EventsTransactorRaw
- func (_InterchainClientV1Events *InterchainClientV1EventsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_InterchainClientV1Events *InterchainClientV1EventsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type InterchainClientV1EventsTransactorSession
- type InterchainClientV1ExecutionProofWritten
- type InterchainClientV1ExecutionProofWrittenIterator
- type InterchainClientV1Filterer
- func (_InterchainClientV1 *InterchainClientV1Filterer) FilterDefaultGuardSet(opts *bind.FilterOpts) (*InterchainClientV1DefaultGuardSetIterator, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) FilterExecutionProofWritten(opts *bind.FilterOpts, transactionId [][32]byte, executor []common.Address) (*InterchainClientV1ExecutionProofWrittenIterator, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) FilterInterchainTransactionReceived(opts *bind.FilterOpts, transactionId [][32]byte, srcSender [][32]byte, ...) (*InterchainClientV1InterchainTransactionReceivedIterator, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) FilterInterchainTransactionSent(opts *bind.FilterOpts, transactionId [][32]byte, srcSender [][32]byte, ...) (*InterchainClientV1InterchainTransactionSentIterator, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) FilterLinkedClientSet(opts *bind.FilterOpts) (*InterchainClientV1LinkedClientSetIterator, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*InterchainClientV1OwnershipTransferredIterator, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) ParseDefaultGuardSet(log types.Log) (*InterchainClientV1DefaultGuardSet, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) ParseExecutionProofWritten(log types.Log) (*InterchainClientV1ExecutionProofWritten, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) ParseInterchainTransactionReceived(log types.Log) (*InterchainClientV1InterchainTransactionReceived, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) ParseInterchainTransactionSent(log types.Log) (*InterchainClientV1InterchainTransactionSent, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) ParseLinkedClientSet(log types.Log) (*InterchainClientV1LinkedClientSet, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) ParseOwnershipTransferred(log types.Log) (*InterchainClientV1OwnershipTransferred, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) WatchDefaultGuardSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1DefaultGuardSet) (event.Subscription, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) WatchExecutionProofWritten(opts *bind.WatchOpts, sink chan<- *InterchainClientV1ExecutionProofWritten, ...) (event.Subscription, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) WatchInterchainTransactionReceived(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) WatchInterchainTransactionSent(opts *bind.WatchOpts, sink chan<- *InterchainClientV1InterchainTransactionSent, ...) (event.Subscription, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) WatchLinkedClientSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1LinkedClientSet) (event.Subscription, error)
- func (_InterchainClientV1 *InterchainClientV1Filterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *InterchainClientV1OwnershipTransferred, ...) (event.Subscription, error)
- type InterchainClientV1InterchainTransactionReceived
- type InterchainClientV1InterchainTransactionReceivedIterator
- type InterchainClientV1InterchainTransactionSent
- type InterchainClientV1InterchainTransactionSentIterator
- type InterchainClientV1LinkedClientSet
- type InterchainClientV1LinkedClientSetIterator
- type InterchainClientV1OwnershipTransferred
- type InterchainClientV1OwnershipTransferredIterator
- type InterchainClientV1Raw
- func (_InterchainClientV1 *InterchainClientV1Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_InterchainClientV1 *InterchainClientV1Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type InterchainClientV1Session
- func (_InterchainClientV1 *InterchainClientV1Session) CLIENTVERSION() (uint16, error)
- func (_InterchainClientV1 *InterchainClientV1Session) DecodeOptions(encodedOptions []byte) (OptionsV1, error)
- func (_InterchainClientV1 *InterchainClientV1Session) DefaultGuard() (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Session) EncodeTransaction(icTx InterchainTransaction) ([]byte, error)
- func (_InterchainClientV1 *InterchainClientV1Session) GetAppReceivingConfigV1(receiver common.Address) (struct{ ... }, error)
- func (_InterchainClientV1 *InterchainClientV1Session) GetExecutor(encodedTx []byte) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Session) GetExecutorById(transactionId [32]byte) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Session) GetInterchainFee(dstChainId uint64, srcExecutionService common.Address, ...) (*big.Int, error)
- func (_InterchainClientV1 *InterchainClientV1Session) GetLinkedClient(chainId uint64) ([32]byte, error)
- func (_InterchainClientV1 *InterchainClientV1Session) GetLinkedClientEVM(chainId uint64) (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Session) GetTxReadinessV1(icTx InterchainTransaction, proof [][32]byte) (struct{ ... }, error)
- func (_InterchainClientV1 *InterchainClientV1Session) INTERCHAINDB() (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Session) InterchainExecute(gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Session) InterchainSend(dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, ...) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Session) InterchainSendEVM(dstChainId uint64, receiver common.Address, srcExecutionService common.Address, ...) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Session) IsExecutable(encodedTx []byte, proof [][32]byte) (bool, error)
- func (_InterchainClientV1 *InterchainClientV1Session) Owner() (common.Address, error)
- func (_InterchainClientV1 *InterchainClientV1Session) RenounceOwnership() (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Session) SetDefaultGuard(guard common.Address) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Session) SetLinkedClient(chainId uint64, client [32]byte) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Session) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Session) WriteExecutionProof(transactionId [32]byte) (*types.Transaction, error)
- type InterchainClientV1Transactor
- func (_InterchainClientV1 *InterchainClientV1Transactor) InterchainExecute(opts *bind.TransactOpts, gasLimit *big.Int, transaction []byte, ...) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Transactor) InterchainSend(opts *bind.TransactOpts, dstChainId uint64, receiver [32]byte, ...) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Transactor) InterchainSendEVM(opts *bind.TransactOpts, dstChainId uint64, receiver common.Address, ...) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Transactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Transactor) SetDefaultGuard(opts *bind.TransactOpts, guard common.Address) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Transactor) SetLinkedClient(opts *bind.TransactOpts, chainId uint64, client [32]byte) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Transactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1Transactor) WriteExecutionProof(opts *bind.TransactOpts, transactionId [32]byte) (*types.Transaction, error)
- type InterchainClientV1TransactorRaw
- type InterchainClientV1TransactorSession
- func (_InterchainClientV1 *InterchainClientV1TransactorSession) InterchainExecute(gasLimit *big.Int, transaction []byte, proof [][32]byte) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1TransactorSession) InterchainSend(dstChainId uint64, receiver [32]byte, srcExecutionService common.Address, ...) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1TransactorSession) InterchainSendEVM(dstChainId uint64, receiver common.Address, srcExecutionService common.Address, ...) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1TransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1TransactorSession) SetDefaultGuard(guard common.Address) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1TransactorSession) SetLinkedClient(chainId uint64, client [32]byte) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1TransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_InterchainClientV1 *InterchainClientV1TransactorSession) WriteExecutionProof(transactionId [32]byte) (*types.Transaction, error)
- type InterchainEntry
- type InterchainEntryLib
- type InterchainEntryLibCaller
- type InterchainEntryLibCallerRaw
- type InterchainEntryLibCallerSession
- type InterchainEntryLibFilterer
- type InterchainEntryLibRaw
- func (_InterchainEntryLib *InterchainEntryLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_InterchainEntryLib *InterchainEntryLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_InterchainEntryLib *InterchainEntryLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type InterchainEntryLibSession
- type InterchainEntryLibTransactor
- type InterchainEntryLibTransactorRaw
- type InterchainEntryLibTransactorSession
- type InterchainTransaction
- type InterchainTransactionLib
- type InterchainTransactionLibCaller
- type InterchainTransactionLibCallerRaw
- type InterchainTransactionLibCallerSession
- type InterchainTransactionLibFilterer
- type InterchainTransactionLibRaw
- func (_InterchainTransactionLib *InterchainTransactionLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_InterchainTransactionLib *InterchainTransactionLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_InterchainTransactionLib *InterchainTransactionLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type InterchainTransactionLibSession
- type InterchainTransactionLibTransactor
- type InterchainTransactionLibTransactorRaw
- func (_InterchainTransactionLib *InterchainTransactionLibTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_InterchainTransactionLib *InterchainTransactionLibTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type InterchainTransactionLibTransactorSession
- type InterchainTxDescriptor
- type MathLib
- type MathLibCaller
- type MathLibCallerRaw
- type MathLibCallerSession
- type MathLibFilterer
- type MathLibRaw
- func (_MathLib *MathLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_MathLib *MathLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_MathLib *MathLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type MathLibSession
- type MathLibTransactor
- type MathLibTransactorRaw
- type MathLibTransactorSession
- type OptionsLib
- type OptionsLibCaller
- type OptionsLibCallerRaw
- type OptionsLibCallerSession
- type OptionsLibFilterer
- type OptionsLibRaw
- func (_OptionsLib *OptionsLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_OptionsLib *OptionsLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_OptionsLib *OptionsLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type OptionsLibSession
- type OptionsLibTransactor
- type OptionsLibTransactorRaw
- type OptionsLibTransactorSession
- type OptionsV1
- type Ownable
- type OwnableCaller
- type OwnableCallerRaw
- type OwnableCallerSession
- type OwnableFilterer
- func (_Ownable *OwnableFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*OwnableOwnershipTransferredIterator, error)
- func (_Ownable *OwnableFilterer) ParseOwnershipTransferred(log types.Log) (*OwnableOwnershipTransferred, error)
- func (_Ownable *OwnableFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *OwnableOwnershipTransferred, ...) (event.Subscription, error)
- type OwnableOwnershipTransferred
- type OwnableOwnershipTransferredIterator
- type OwnableRaw
- func (_Ownable *OwnableRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Ownable *OwnableRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Ownable *OwnableRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type OwnableSession
- type OwnableTransactor
- type OwnableTransactorRaw
- type OwnableTransactorSession
- type Parser
- type SafeCast
- type SafeCastCaller
- type SafeCastCallerRaw
- type SafeCastCallerSession
- type SafeCastFilterer
- type SafeCastRaw
- func (_SafeCast *SafeCastRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_SafeCast *SafeCastRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_SafeCast *SafeCastRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type SafeCastSession
- type SafeCastTransactor
- type SafeCastTransactorRaw
- type SafeCastTransactorSession
- type TypeCasts
- type TypeCastsCaller
- type TypeCastsCallerRaw
- type TypeCastsCallerSession
- type TypeCastsFilterer
- type TypeCastsRaw
- func (_TypeCasts *TypeCastsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_TypeCasts *TypeCastsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_TypeCasts *TypeCastsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type TypeCastsSession
- type TypeCastsTransactor
- type TypeCastsTransactorRaw
- type TypeCastsTransactorSession
- type VersionedPayloadLib
- type VersionedPayloadLibCaller
- type VersionedPayloadLibCallerRaw
- type VersionedPayloadLibCallerSession
- type VersionedPayloadLibFilterer
- type VersionedPayloadLibRaw
- func (_VersionedPayloadLib *VersionedPayloadLibRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_VersionedPayloadLib *VersionedPayloadLibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_VersionedPayloadLib *VersionedPayloadLibRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type VersionedPayloadLibSession
- type VersionedPayloadLibTransactor
- type VersionedPayloadLibTransactorRaw
- type VersionedPayloadLibTransactorSession
Constants ¶
This section is empty.
Variables ¶
var AppConfigLibABI = AppConfigLibMetaData.ABI
AppConfigLibABI is the input ABI used to generate the binding from. Deprecated: Use AppConfigLibMetaData.ABI instead.
var AppConfigLibBin = AppConfigLibMetaData.Bin
AppConfigLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use AppConfigLibMetaData.Bin instead.
var AppConfigLibMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"AppConfigLib__VersionInvalid\",\"type\":\"error\"}]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205f26782160e7d471735a7bfe4455ee81b40ee828a375617585f7d0dc6dc40ed564736f6c63430008140033",
}
AppConfigLibMetaData contains all meta data concerning the AppConfigLib contract.
var BatchingV1LibABI = BatchingV1LibMetaData.ABI
BatchingV1LibABI is the input ABI used to generate the binding from. Deprecated: Use BatchingV1LibMetaData.ABI instead.
var BatchingV1LibBin = BatchingV1LibMetaData.Bin
BatchingV1LibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BatchingV1LibMetaData.Bin instead.
var BatchingV1LibMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"name\":\"BatchingV1__EntryIndexNotZero\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BatchingV1__ProofNotEmpty\",\"type\":\"error\"}]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220fb07fa8fbb36c550f6f0d69a88148206991137aa3f0cd4383cd6dbf2d6567ebb64736f6c63430008140033",
}
BatchingV1LibMetaData contains all meta data concerning the BatchingV1Lib contract.
var ContextABI = ContextMetaData.ABI
ContextABI is the input ABI used to generate the binding from. Deprecated: Use ContextMetaData.ABI instead.
var ContextMetaData = &bind.MetaData{
ABI: "[]",
}
ContextMetaData contains all meta data concerning the Context contract.
var Contracts map[string]*compiler.Contract
Contracts are unmarshalled on start
var IExecutionServiceABI = IExecutionServiceMetaData.ABI
IExecutionServiceABI is the input ABI used to generate the binding from. Deprecated: Use IExecutionServiceMetaData.ABI instead.
var IExecutionServiceFuncSigs = IExecutionServiceMetaData.Sigs
Deprecated: Use IExecutionServiceMetaData.Sigs instead. IExecutionServiceFuncSigs maps the 4-byte function signature to its string representation.
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\":\"bytes\",\"name\":\"options\",\"type\":\"bytes\"}],\"name\":\"requestTxExecution\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"}]", Sigs: map[string]string{ "62014bad": "executorEOA()", "96fda4da": "getExecutionFee(uint64,uint256,bytes)", "58efb47d": "requestTxExecution(uint64,uint256,bytes32,bytes)", }, }
IExecutionServiceMetaData contains all meta data concerning the IExecutionService contract.
var IInterchainAppABI = IInterchainAppMetaData.ABI
IInterchainAppABI is the input ABI used to generate the binding from. Deprecated: Use IInterchainAppMetaData.ABI instead.
var IInterchainAppFuncSigs = IInterchainAppMetaData.Sigs
Deprecated: Use IInterchainAppMetaData.Sigs instead. IInterchainAppFuncSigs maps the 4-byte function signature to its string representation.
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.
var IInterchainClientV1ABI = IInterchainClientV1MetaData.ABI
IInterchainClientV1ABI is the input ABI used to generate the binding from. Deprecated: Use IInterchainClientV1MetaData.ABI instead.
var IInterchainClientV1FuncSigs = IInterchainClientV1MetaData.Sigs
Deprecated: Use IInterchainClientV1MetaData.Sigs instead. IInterchainClientV1FuncSigs maps the 4-byte function signature to its string representation.
var IInterchainClientV1MetaData = &bind.MetaData{ ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"module\",\"type\":\"address\"}],\"name\":\"InterchainClientV1__BatchConflict\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__ChainIdNotLinked\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__ChainIdNotRemote\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__DstChainIdNotLocal\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__ExecutionServiceZeroAddress\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"feeAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minRequired\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__FeeAmountBelowMin\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"gasLeft\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minRequired\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__GasLeftBelowMin\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__GuardZeroAddress\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"client\",\"type\":\"bytes32\"}],\"name\":\"InterchainClientV1__LinkedClientNotEVM\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"msgValue\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__MsgValueMismatch\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"InterchainClientV1__ReceiverNotICApp\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__ReceiverZeroAddress\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"InterchainClientV1__ReceiverZeroRequiredResponses\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"responsesAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minRequired\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__ResponsesAmountBelowMin\",\"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\":[{\"internalType\":\"uint16\",\"name\":\"txVersion\",\"type\":\"uint16\"},{\"internalType\":\"uint16\",\"name\":\"required\",\"type\":\"uint16\"}],\"name\":\"InterchainClientV1__TxVersionMismatch\",\"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\":[{\"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\"},{\"internalType\":\"bytes32[]\",\"name\":\"proof\",\"type\":\"bytes32[]\"}],\"name\":\"getTxReadinessV1\",\"outputs\":[{\"internalType\":\"enumIInterchainClientV1.TxReadiness\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"firstArg\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"secondArg\",\"type\":\"bytes32\"}],\"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\":\"guard_\",\"type\":\"address\"}],\"name\":\"setDefaultGuard\",\"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)", "c8cf9348": "getTxReadinessV1((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes),bytes32[])", "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[])", "94bf49f4": "setDefaultGuard(address)", "f3c66e2b": "setLinkedClient(uint64,bytes32)", "90e81077": "writeExecutionProof(bytes32)", }, }
IInterchainClientV1MetaData contains all meta data concerning the IInterchainClientV1 contract.
var IInterchainDBABI = IInterchainDBMetaData.ABI
IInterchainDBABI is the input ABI used to generate the binding from. Deprecated: Use IInterchainDBMetaData.ABI instead.
var IInterchainDBFuncSigs = IInterchainDBMetaData.Sigs
Deprecated: Use IInterchainDBMetaData.Sigs instead. IInterchainDBFuncSigs maps the 4-byte function signature to its string representation.
var IInterchainDBMetaData = &bind.MetaData{ ABI: "[{\"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__BatchConflict\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"},{\"internalType\":\"uint16\",\"name\":\"required\",\"type\":\"uint16\"}],\"name\":\"InterchainDB__BatchVersionMismatch\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainDB__ChainIdNotRemote\",\"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\":\"uint64\",\"name\":\"dbNonce\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"start\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"end\",\"type\":\"uint64\"}],\"name\":\"InterchainDB__EntryRangeInvalid\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"feeAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minRequired\",\"type\":\"uint256\"}],\"name\":\"InterchainDB__FeeAmountBelowMin\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainDB__ModulesNotProvided\",\"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\":\"bytes32\",\"name\":\"batchRoot\",\"type\":\"bytes32\"}],\"internalType\":\"structInterchainBatch\",\"name\":\"batch\",\"type\":\"tuple\"}],\"name\":\"checkBatchVerification\",\"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\":[{\"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\":\"getBatchRoot\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"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\":\"dbNonce\",\"type\":\"uint64\"}],\"name\":\"getVersionedBatch\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"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()", "e39682c1": "checkBatchVerification(address,(uint64,uint64,bytes32))", "888775d9": "getBatch(uint64)", "fc1ebc91": "getBatchLeafs(uint64)", "1c679ac1": "getBatchLeafsPaginated(uint64,uint64,uint64)", "0166204f": "getBatchRoot((uint64,uint64,uint64,bytes32,bytes32),bytes32[])", "727a5f91": "getBatchSize(uint64)", "f338140e": "getDBNonce()", "fec8dfb9": "getEntryProof(uint64,uint64)", "d180db6f": "getEntryValue(uint64,uint64)", "b8ba4ba1": "getInterchainFee(uint64,address[])", "aa2f06ae": "getNextEntryIndex()", "c7265781": "getVersionedBatch(uint64)", "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.
var InterchainBatchLibABI = InterchainBatchLibMetaData.ABI
InterchainBatchLibABI is the input ABI used to generate the binding from. Deprecated: Use InterchainBatchLibMetaData.ABI instead.
var InterchainBatchLibBin = InterchainBatchLibMetaData.Bin
InterchainBatchLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use InterchainBatchLibMetaData.Bin instead.
var InterchainBatchLibMetaData = &bind.MetaData{
ABI: "[]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c3f0b05e35e34d846e1ec7b87beaa9183eba47f21eccb6cb7ba75244d252dade64736f6c63430008140033",
}
InterchainBatchLibMetaData contains all meta data concerning the InterchainBatchLib contract.
var InterchainClientV1ABI = InterchainClientV1MetaData.ABI
InterchainClientV1ABI is the input ABI used to generate the binding from. Deprecated: Use InterchainClientV1MetaData.ABI instead.
var InterchainClientV1Bin = InterchainClientV1MetaData.Bin
InterchainClientV1Bin is the compiled bytecode used for deploying new contracts. Deprecated: Use InterchainClientV1MetaData.Bin instead.
var InterchainClientV1EventsABI = InterchainClientV1EventsMetaData.ABI
InterchainClientV1EventsABI is the input ABI used to generate the binding from. Deprecated: Use InterchainClientV1EventsMetaData.ABI instead.
var InterchainClientV1EventsMetaData = &bind.MetaData{
ABI: "[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"guard\",\"type\":\"address\"}],\"name\":\"DefaultGuardSet\",\"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.
var InterchainClientV1FuncSigs = InterchainClientV1MetaData.Sigs
Deprecated: Use InterchainClientV1MetaData.Sigs instead. InterchainClientV1FuncSigs maps the 4-byte function signature to its string representation.
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__VersionInvalid\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"entryIndex\",\"type\":\"uint64\"}],\"name\":\"BatchingV1__EntryIndexNotZero\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BatchingV1__ProofNotEmpty\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"module\",\"type\":\"address\"}],\"name\":\"InterchainClientV1__BatchConflict\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__ChainIdNotLinked\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__ChainIdNotRemote\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"chainId\",\"type\":\"uint64\"}],\"name\":\"InterchainClientV1__DstChainIdNotLocal\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__ExecutionServiceZeroAddress\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"feeAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minRequired\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__FeeAmountBelowMin\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"gasLeft\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minRequired\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__GasLeftBelowMin\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__GuardZeroAddress\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"client\",\"type\":\"bytes32\"}],\"name\":\"InterchainClientV1__LinkedClientNotEVM\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"msgValue\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"required\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__MsgValueMismatch\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"InterchainClientV1__ReceiverNotICApp\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InterchainClientV1__ReceiverZeroAddress\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"InterchainClientV1__ReceiverZeroRequiredResponses\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"responsesAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minRequired\",\"type\":\"uint256\"}],\"name\":\"InterchainClientV1__ResponsesAmountBelowMin\",\"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\":[{\"internalType\":\"uint16\",\"name\":\"txVersion\",\"type\":\"uint16\"},{\"internalType\":\"uint16\",\"name\":\"required\",\"type\":\"uint16\"}],\"name\":\"InterchainClientV1__TxVersionMismatch\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"OptionsLib__VersionInvalid\",\"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\":[{\"internalType\":\"bytes\",\"name\":\"versionedPayload\",\"type\":\"bytes\"}],\"name\":\"VersionedPayload__PayloadTooShort\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"VersionedPayload__PrecompileFailed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"guard\",\"type\":\"address\"}],\"name\":\"DefaultGuardSet\",\"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\":[],\"name\":\"defaultGuard\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"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\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"getAppReceivingConfigV1\",\"outputs\":[{\"components\":[{\"internalType\":\"uint256\",\"name\":\"requiredResponses\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"optimisticPeriod\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"guardFlag\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"guard\",\"type\":\"address\"}],\"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\":[{\"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\"},{\"internalType\":\"bytes32[]\",\"name\":\"proof\",\"type\":\"bytes32[]\"}],\"name\":\"getTxReadinessV1\",\"outputs\":[{\"internalType\":\"enumIInterchainClientV1.TxReadiness\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"firstArg\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"secondArg\",\"type\":\"bytes32\"}],\"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\":\"guard\",\"type\":\"address\"}],\"name\":\"setDefaultGuard\",\"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)", "2a20521e": "defaultGuard()", "8654ddd4": "encodeTransaction((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes))", "695fd54f": "getAppReceivingConfigV1(address)", "f92a79ff": "getExecutor(bytes)", "f1a61fac": "getExecutorById(bytes32)", "cbb3c631": "getInterchainFee(uint64,address,address[],bytes,uint256)", "2e568739": "getLinkedClient(uint64)", "35c4a191": "getLinkedClientEVM(uint64)", "c8cf9348": "getTxReadinessV1((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes),bytes32[])", "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()", "94bf49f4": "setDefaultGuard(address)", "f3c66e2b": "setLinkedClient(uint64,bytes32)", "f2fde38b": "transferOwnership(address)", "90e81077": "writeExecutionProof(bytes32)", }, Bin: "0x60a06040523480156200001157600080fd5b5060405162003950380380620039508339810160408190526200003491620000f0565b806001600160a01b0381166200006457604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6200006f8162000083565b50506001600160a01b031660805262000128565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b0381168114620000eb57600080fd5b919050565b600080604083850312156200010457600080fd5b6200010f83620000d3565b91506200011f60208401620000d3565b90509250929050565b6080516137db620001756000396000818161047e01528181610c8401528181611201015281816118d70152818161199801528181611b110152818161250c015261269101526137db6000f3fe6080604052600436106101755760003560e01c80638da5cb5b116100cb578063d5e788a01161007f578063f2fde38b11610059578063f2fde38b146104e3578063f3c66e2b14610503578063f92a79ff1461052357600080fd5b8063d5e788a014610431578063e4c612471461046c578063f1a61fac146104a057600080fd5b806394bf49f4116100b057806394bf49f4146103c2578063c8cf9348146103e2578063cbb3c6311461041157600080fd5b80638da5cb5b1461035657806390e810771461038157600080fd5b806353b67d741161012d578063715018a611610107578063715018a6146102ec5780637813cd52146103015780638654ddd41461032957600080fd5b806353b67d7414610296578063547efb84146102ab578063695fd54f146102be57600080fd5b80632e5687391161015e5780632e5687391461020157806335c4a1911461022f5780633f34448e1461024f57600080fd5b80631450c2811461017a5780632a20521e146101af575b600080fd5b34801561018657600080fd5b5061019a61019536600461295f565b610543565b60405190151581526020015b60405180910390f35b3480156101bb57600080fd5b506001546101dc9073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016101a6565b34801561020d57600080fd5b5061022161021c3660046129ec565b610595565b6040519081526020016101a6565b34801561023b57600080fd5b506101dc61024a3660046129ec565b610608565b61026261025d366004612a2b565b6106cd565b604080518251815260208084015167ffffffffffffffff9081169183019190915292820151909216908201526060016101a6565b6102a96102a4366004612aff565b610721565b005b6102626102b9366004612b79565b610949565b3480156102ca57600080fd5b506102de6102d9366004612bb9565b610985565b6040516101a6929190612bd6565b3480156102f857600080fd5b506102a9610b7c565b34801561030d57600080fd5b50610316600181565b60405161ffff90911681526020016101a6565b34801561033557600080fd5b50610349610344366004612e2f565b610b90565b6040516101a69190612ebc565b34801561036257600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166101dc565b34801561038d57600080fd5b506103a161039c366004612ecf565b610bab565b6040805167ffffffffffffffff9384168152929091166020830152016101a6565b3480156103ce57600080fd5b506102a96103dd366004612bb9565b610d70565b3480156103ee57600080fd5b506104026103fd366004612ee8565b610e3e565b6040516101a693929190612f51565b34801561041d57600080fd5b5061022161042c366004612fa0565b61112b565b34801561043d57600080fd5b5061045161044c36600461303e565b61133c565b604080518251815260209283015192810192909252016101a6565b34801561047857600080fd5b506101dc7f000000000000000000000000000000000000000000000000000000000000000081565b3480156104ac57600080fd5b506101dc6104bb366004612ecf565b60009081526003602052604090205473ffffffffffffffffffffffffffffffffffffffff1690565b3480156104ef57600080fd5b506102a96104fe366004612bb9565b611359565b34801561050f57600080fd5b506102a961051e366004613073565b6113bd565b34801561052f57600080fd5b506101dc61053e36600461309f565b61141e565b600080610550868661146b565b905061055f8160c00151611576565b50600086866040516105729291906130e1565b60405180910390209050610588828287876115ff565b5060019695505050505050565b6000468267ffffffffffffffff16036105eb576040517fd61b800a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff831660048201526024015b60405180910390fd5b5067ffffffffffffffff1660009081526002602052604090205490565b6000468267ffffffffffffffff1603610659576040517fd61b800a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff831660048201526024016105e2565b5067ffffffffffffffff81166000908152600260205260409020548073ffffffffffffffffffffffffffffffffffffffff811681146106c7576040517fec3822b1000000000000000000000000000000000000000000000000000000008152600481018290526024016105e2565b50919050565b604080516060810182526000808252602082018190529181019190915273ffffffffffffffffffffffffffffffffffffffff89166107128b828b8b8b8b8b8b8b6117a8565b9b9a5050505050505050505050565b600061072d858561146b565b9050600085856040516107419291906130e1565b60405180910390209050610757828286866115ff565b600081815260036020526040812080547fffffffffffffffffffffffff0000000000000000000000000000000000000000163317905560c083015161079b90611576565b9050806020015134146107e95760208101516040517f66f7ba5d00000000000000000000000000000000000000000000000000000000815234600482015260248101919091526044016105e2565b80518810156107f757805197505b60005a905088811161083f576040517f5dac469c00000000000000000000000000000000000000000000000000000000815260048101829052602481018a90526044016105e2565b60a084015173ffffffffffffffffffffffffffffffffffffffff16636e9fd6098a348760000151886080015189604001518a606001518b60e001516040518863ffffffff1660e01b815260040161089a9594939291906130f1565b6000604051808303818589803b1580156108b357600080fd5b5088f11580156108c7573d6000803e3d6000fd5b5050505050508360a001518460800151847f589f737f4049c62fcbcd8274eeacc86e17d29c6621f36e698bcc4c90525ce28f8760400151886060015189600001516040516109369392919067ffffffffffffffff93841681529183166020830152909116604082015260600190565b60405180910390a4505050505050505050565b60408051606081018252600080825260208201819052918101919091526109778a8a8a8a8a8a8a8a8a6117a8565b9a9950505050505050505050565b6109c66040518060800160405280600081526020016000815260200160008152602001600073ffffffffffffffffffffffffffffffffffffffff1681525090565b60608273ffffffffffffffffffffffffffffffffffffffff163b600003610a31576040517fa293ffd000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024016105e2565b60408051600481526024810182526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f287bc057000000000000000000000000000000000000000000000000000000001790529051600091829173ffffffffffffffffffffffffffffffffffffffff871691610aaf91613137565b600060405180830381855afa9150503d8060008114610aea576040519150601f19603f3d011682016040523d82523d6000602084013e610aef565b606091505b5091509150811580610b0057508051155b15610b4f576040517fa293ffd000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff861660048201526024016105e2565b606081806020019051810190610b659190613153565b94509050610b7281611d26565b9450505050915091565b610b84611dd5565b610b8e6000611e28565b565b6060610ba56001610ba084611e9d565b611f67565b92915050565b600081815260036020526040812054819073ffffffffffffffffffffffffffffffffffffffff1680610c0c576040517fe99eb48d000000000000000000000000000000000000000000000000000000008152600481018590526024016105e2565b60008482604051602001610c4092919091825273ffffffffffffffffffffffffffffffffffffffff16602082015260400190565b60408051808303601f1901815290829052805160208201207f2ad8c706000000000000000000000000000000000000000000000000000000008352600483015291507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1690632ad8c7069060240160408051808303816000875af1158015610ce1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d059190613268565b6040805167ffffffffffffffff80851682528316602082015292965090945073ffffffffffffffffffffffffffffffffffffffff84169187917f1c45fee34c18589980aa86a2b9910fac2a0be9beca86376b6d93fa4ce7f010ae910160405180910390a35050915091565b610d78611dd5565b73ffffffffffffffffffffffffffffffffffffffff8116610dc5576040517fc613c5a400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83169081179091556040519081527fa42a6dc10e430cab5d4ba037ea6d7eee30240c6b6d7dd5b12a3d2acf41e7264f9060200160405180910390a150565b600080600080610e4d87610b90565b6040517f1450c2810000000000000000000000000000000000000000000000000000000081529091503090631450c28190610e909084908a908a906004016132a2565b602060405180830381865afa925050508015610ec9575060408051601f3d908101601f19168201909252610ec691810190613305565b60015b61110e573d808015610ef7576040519150601f19603f3d011682016040523d82523d6000602084013e610efc565b606091505b506000610f0882611f93565b909650945090507f27f5146f000000000000000000000000000000000000000000000000000000007fffffffff00000000000000000000000000000000000000000000000000000000821601610f615760019550611107565b7faeec3942000000000000000000000000000000000000000000000000000000007fffffffff00000000000000000000000000000000000000000000000000000000821601610fb35760029550611107565b7f2f882ae6000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008216016110055760039550611107565b7f5d6c0030000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008216016110575760049550611107565b7f6326510c000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008216016110a95760059550611107565b7f1515fcbb000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008216016110fb5760069550611107565b60079550600094508493505b5050611120565b50600093508392508291506111229050565b505b93509350939050565b600061113688611ff3565b5073ffffffffffffffffffffffffffffffffffffffff8716611184576040517f51bf4f1400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6111c384848080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061157692505050565b506040517fb8ba4ba100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000169063b8ba4ba19061123a908b908a908a9060040161337d565b602060405180830381865afa158015611257573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061127b91906133aa565b9050600061128984846120aa565b6040517f96fda4da00000000000000000000000000000000000000000000000000000000815290915073ffffffffffffffffffffffffffffffffffffffff8916906396fda4da906112e4908c9085908a908a906004016133ee565b602060405180830381865afa158015611301573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061132591906133aa565b61132f9083613447565b9998505050505050505050565b6040805180820190915260008082526020820152610ba582611576565b611361611dd5565b73ffffffffffffffffffffffffffffffffffffffff81166113b1576040517f1e4fbdf7000000000000000000000000000000000000000000000000000000008152600060048201526024016105e2565b6113ba81611e28565b50565b6113c5611dd5565b67ffffffffffffffff8216600081815260026020908152604091829020849055815192835282018390527ffdc2498138df0de25c8fc9bd75bb8e856dac69aaf28d3dd5e0fc48e5e9f6e93f910160405180910390a15050565b60006003600084846040516114349291906130e1565b604080519182900390912082526020820192909252016000205473ffffffffffffffffffffffffffffffffffffffff169392505050565b604080516101008101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905260e0820152906114b584846120d1565b905061ffff8116600114611502576040517f2db100fa00000000000000000000000000000000000000000000000000000000815261ffff82166004820152600160248201526044016105e2565b61151461150f858561211b565b612176565b915046826020015167ffffffffffffffff161461156f5760208201516040517feaea034500000000000000000000000000000000000000000000000000000000815267ffffffffffffffff90911660048201526024016105e2565b5092915050565b604080518082019091526000808252602082015260006115958361221b565b9050600161ffff821610156115dc576040517f2b346f3700000000000000000000000000000000000000000000000000000000815261ffff821660048201526024016105e2565b6115e583612266565b8060200190518101906115f8919061345a565b9392505050565b600061160e8560000151611ff3565b60008581526003602052604090205490915073ffffffffffffffffffffffffffffffffffffffff1615611670576040517fd80aeb91000000000000000000000000000000000000000000000000000000008152600481018590526024016105e2565b60006040518060600160405280876000015167ffffffffffffffff168152602001876040015167ffffffffffffffff1681526020016116b684888a606001518989612360565b815250905060006116c88760a0015190565b90506000806116d683610985565b8151919350915060000361172e576040517f9cd9aef400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024016105e2565b61174061173a8361241b565b85612480565b6000611751828685602001516125f0565b835190915081101561179c5782516040517f5113c6be0000000000000000000000000000000000000000000000000000000081526105e2918391600401918252602082015260400190565b50505050505050505050565b60408051606081018252600080825260208201819052918101919091526117ce8a611ff3565b50600089900361180a576040517fc005391c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff8816611857576040517f51bf4f1400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61189685858080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061157692505050565b506040517fb8ba4ba100000000000000000000000000000000000000000000000000000000815260009073ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000169063b8ba4ba190611910908e908c908c9060040161337d565b602060405180830381865afa15801561192d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061195191906133aa565b905080341015611996576040517f8af7e3c2000000000000000000000000000000000000000000000000000000008152346004820152602481018290526044016105e2565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663aa2f06ae6040518163ffffffff1660e01b81526004016040805180830381865afa158015611a00573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a249190613268565b83602001846040018267ffffffffffffffff1667ffffffffffffffff168152508267ffffffffffffffff1667ffffffffffffffff1681525050506000611af1338d8d866020015187604001518c8c8080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050508b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506127ae92505050565b9050611afc81610b90565b805190602001208360000181815250506000807f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663eb20fbfd85856020015188600001518f8f6040518663ffffffff1660e01b8152600401611b7794939291906134a9565b604080518083038185885af1158015611b94573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190611bb99190613268565b91509150846020015167ffffffffffffffff168267ffffffffffffffff16148015611bfb5750846040015167ffffffffffffffff168167ffffffffffffffff16145b611c0757611c076134d3565b50506020810151348390039073ffffffffffffffffffffffffffffffffffffffff8c16906358efb47d908390611c3d8b8a6120aa565b88516040517fffffffff0000000000000000000000000000000000000000000000000000000060e087901b168152611c7e939291908f908f90600401613502565b6000604051808303818588803b158015611c9757600080fd5b505af1158015611cab573d6000803e3d6000fd5b50505050508160a00151826080015185600001517f73b3ea77e781779ca7d3bd994ecd1ad739e22cda0120925bbf4e30de70ebc7e885604001518660600151876020015189888a60c001518b60e00151604051611d0e9796959493929190613532565b60405180910390a45050509998505050505050505050565b611d676040518060800160405280600081526020016000815260200160008152602001600073ffffffffffffffffffffffffffffffffffffffff1681525090565b6000611d728361221b565b9050600161ffff82161015611db9576040517fb6e548c600000000000000000000000000000000000000000000000000000000815261ffff821660048201526024016105e2565b611dc283612266565b8060200190518101906115f89190613585565b60005473ffffffffffffffffffffffffffffffffffffffff163314610b8e576040517f118cdaa70000000000000000000000000000000000000000000000000000000081523360048201526024016105e2565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6060611f2982600001518360200151846040015185606001517fffffffffffffffff00000000000000000000000000000000000000000000000060c085901b1677ffffffffffffffff00000000000000000000000000000000608085901b16176fffffffffffffffff0000000000000000604084901b161767ffffffffffffffff821617949350505050565b82608001518360a001518460c001518560e00151604051602001611f519594939291906135f1565b6040516020818303038152906040529050919050565b60608282604051602001611f7c929190613634565b604051602081830303815290604052905092915050565b60008060006004845110611fcb5760208401517fffffffff000000000000000000000000000000000000000000000000000000001692505b6024845110611fdc57602484015191505b6044845110611fec575060448301515b9193909250565b6000468267ffffffffffffffff1603612044576040517fd61b800a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff831660048201526024016105e2565b5067ffffffffffffffff8116600090815260026020526040812054908190036120a5576040517fb8e8e0dc00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff831660048201526024016105e2565b919050565b6000601f19601f830116601f19601f8501166120c79060e2613447565b6115f89190613447565b600060028210156121125782826040517fb0818b620000000000000000000000000000000000000000000000000000000081526004016105e292919061367f565b50503560f01c90565b366000600283101561215d5783836040517fb0818b620000000000000000000000000000000000000000000000000000000081526004016105e292919061367f565b61216a8360028187613693565b915091505b9250929050565b604080516101008101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905260e0820152906121c2848401856136bd565b60e087015260c086015260a0850152608084015290506121f08160c081901c91608082901c91604081901c91565b67ffffffffffffffff9081166060870152908116604086015290811660208501521682525092915050565b600060028251101561225b57816040517fb0818b620000000000000000000000000000000000000000000000000000000081526004016105e29190612ebc565b506020015160f01c90565b60606002825110156122a657816040517fb0818b620000000000000000000000000000000000000000000000000000000081526004016105e29190612ebc565b81517ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe018067ffffffffffffffff8111156122e3576122e3612c5f565b6040519080825280601f01601f19166020018201604052801561230d576020820181803683370190505b50915060008160208401836022870160045afa905080612359576040517f101e44fa00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050919050565b600067ffffffffffffffff8416156123b0576040517fd9c5be6100000000000000000000000000000000000000000000000000000000815267ffffffffffffffff851660048201526024016105e2565b81156123e8576040517f3537219200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b604080516020808201899052818301889052825180830384018152606090920190925280519101205b9695505050505050565b604081015160009061242f57506000919050565b60408201517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0161247857505060015473ffffffffffffffffffffffffffffffffffffffff1690565b506060015190565b73ffffffffffffffffffffffffffffffffffffffff8216156125ec57604080517fe39682c100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8481166004830152835167ffffffffffffffff908116602484015260208501511660448301529183015160648201526000917f0000000000000000000000000000000000000000000000000000000000000000169063e39682c190608401602060405180830381865afa158015612553573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061257791906133aa565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81036125ea576040517fd077d51a00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024016105e2565b505b5050565b6000805b84518110156127a65760008582815181106126115761261161373e565b602090810291909101810151604080517fe39682c100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8084166004830152895167ffffffffffffffff9081166024840152948a015190941660448201529088015160648201529092506000917f0000000000000000000000000000000000000000000000000000000000000000169063e39682c190608401602060405180830381865afa1580156126d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126fc91906133aa565b90508061270a575050612796565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff810361277b576040517fd077d51a00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff831660048201526024016105e2565b426127868683613447565b1015612793578360010193505b50505b61279f8161376d565b90506125f4565b509392505050565b604080516101008101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810182905260e081019190915260405180610100016040528061280646612884565b67ffffffffffffffff1681526020018867ffffffffffffffff1681526020018667ffffffffffffffff1681526020018567ffffffffffffffff1681526020016128628a73ffffffffffffffffffffffffffffffffffffffff1690565b8152602001878152602001848152602001838152509050979650505050505050565b600067ffffffffffffffff8211156128d457604080517f6dfcc6500000000000000000000000000000000000000000000000000000000081526004810191909152602481018390526044016105e2565b5090565b60008083601f8401126128ea57600080fd5b50813567ffffffffffffffff81111561290257600080fd5b60208301915083602082850101111561216f57600080fd5b60008083601f84011261292c57600080fd5b50813567ffffffffffffffff81111561294457600080fd5b6020830191508360208260051b850101111561216f57600080fd5b6000806000806040858703121561297557600080fd5b843567ffffffffffffffff8082111561298d57600080fd5b612999888389016128d8565b909650945060208701359150808211156129b257600080fd5b506129bf8782880161291a565b95989497509550505050565b67ffffffffffffffff811681146113ba57600080fd5b80356120a5816129cb565b6000602082840312156129fe57600080fd5b81356115f8816129cb565b73ffffffffffffffffffffffffffffffffffffffff811681146113ba57600080fd5b600080600080600080600080600060c08a8c031215612a4957600080fd5b8935612a54816129cb565b985060208a0135612a6481612a09565b975060408a0135612a7481612a09565b965060608a013567ffffffffffffffff80821115612a9157600080fd5b612a9d8d838e0161291a565b909850965060808c0135915080821115612ab657600080fd5b612ac28d838e016128d8565b909650945060a08c0135915080821115612adb57600080fd5b50612ae88c828d016128d8565b915080935050809150509295985092959850929598565b600080600080600060608688031215612b1757600080fd5b85359450602086013567ffffffffffffffff80821115612b3657600080fd5b612b4289838a016128d8565b90965094506040880135915080821115612b5b57600080fd5b50612b688882890161291a565b969995985093965092949392505050565b600080600080600080600080600060c08a8c031215612b9757600080fd5b8935612ba2816129cb565b985060208a0135975060408a0135612a7481612a09565b600060208284031215612bcb57600080fd5b81356115f881612a09565b600060a08201845183526020808601518185015260408601516040850152606086015173ffffffffffffffffffffffffffffffffffffffff808216606087015260a06080870152839150865180855260c087019250838801945060005b81811015612c51578551831684529484019492840192600101612c33565b509198975050505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051610100810167ffffffffffffffff81118282101715612cb257612cb2612c5f565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715612ce157612ce1612c5f565b604052919050565b600067ffffffffffffffff821115612d0357612d03612c5f565b50601f01601f191660200190565b600082601f830112612d2257600080fd5b8135612d35612d3082612ce9565b612cb8565b818152846020838601011115612d4a57600080fd5b816020850160208301376000918101602001919091529392505050565b60006101008284031215612d7a57600080fd5b612d82612c8e565b9050612d8d826129e1565b8152612d9b602083016129e1565b6020820152612dac604083016129e1565b6040820152612dbd606083016129e1565b60608201526080820135608082015260a082013560a082015260c082013567ffffffffffffffff80821115612df157600080fd5b612dfd85838601612d11565b60c084015260e0840135915080821115612e1657600080fd5b50612e2384828501612d11565b60e08301525092915050565b600060208284031215612e4157600080fd5b813567ffffffffffffffff811115612e5857600080fd5b612e6484828501612d67565b949350505050565b60005b83811015612e87578181015183820152602001612e6f565b50506000910152565b60008151808452612ea8816020860160208601612e6c565b601f01601f19169290920160200192915050565b6020815260006115f86020830184612e90565b600060208284031215612ee157600080fd5b5035919050565b600080600060408486031215612efd57600080fd5b833567ffffffffffffffff80821115612f1557600080fd5b612f2187838801612d67565b94506020860135915080821115612f3757600080fd5b50612f448682870161291a565b9497909650939450505050565b6060810160088510612f8c577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b938152602081019290925260409091015290565b600080600080600080600060a0888a031215612fbb57600080fd5b8735612fc6816129cb565b96506020880135612fd681612a09565b9550604088013567ffffffffffffffff80821115612ff357600080fd5b612fff8b838c0161291a565b909750955060608a013591508082111561301857600080fd5b506130258a828b016128d8565b989b979a50959894979596608090950135949350505050565b60006020828403121561305057600080fd5b813567ffffffffffffffff81111561306757600080fd5b612e6484828501612d11565b6000806040838503121561308657600080fd5b8235613091816129cb565b946020939093013593505050565b600080602083850312156130b257600080fd5b823567ffffffffffffffff8111156130c957600080fd5b6130d5858286016128d8565b90969095509350505050565b8183823760009101908152919050565b600067ffffffffffffffff8088168352866020840152808616604084015280851660608401525060a0608083015261312c60a0830184612e90565b979650505050505050565b60008251613149818460208701612e6c565b9190910192915050565b6000806040838503121561316657600080fd5b825167ffffffffffffffff8082111561317e57600080fd5b818501915085601f83011261319257600080fd5b815160206131a2612d3083612ce9565b82815288828487010111156131b657600080fd5b6131c583838301848801612e6c565b878201519096509350828411156131db57600080fd5b838701935087601f8501126131ef57600080fd5b835191508282111561320357613203612c5f565b8160051b9250613214818401612cb8565b828152928401810192818101908985111561322e57600080fd5b948201945b84861015613258578551935061324884612a09565b8382529482019490820190613233565b8096505050505050509250929050565b6000806040838503121561327b57600080fd5b8251613286816129cb565b6020840151909250613297816129cb565b809150509250929050565b6040815260006132b56040830186612e90565b82810360208401528381527f07ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8411156132ed57600080fd5b8360051b808660208401370160200195945050505050565b60006020828403121561331757600080fd5b815180151581146115f857600080fd5b8183526000602080850194508260005b8581101561337257813561334a81612a09565b73ffffffffffffffffffffffffffffffffffffffff1687529582019590820190600101613337565b509495945050505050565b67ffffffffffffffff841681526040602082015260006133a1604083018486613327565b95945050505050565b6000602082840312156133bc57600080fd5b5051919050565b818352818160208501375060006020828401015260006020601f19601f840116840101905092915050565b67ffffffffffffffff851681528360208201526060604082015260006124116060830184866133c3565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115610ba557610ba5613418565b60006040828403121561346c57600080fd5b6040516040810181811067ffffffffffffffff8211171561348f5761348f612c5f565b604052825181526020928301519281019290925250919050565b67ffffffffffffffff85168152836020820152606060408201526000612411606083018486613327565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052600160045260246000fd5b67ffffffffffffffff8616815284602082015283604082015260806060820152600061312c6080830184866133c3565b600067ffffffffffffffff808a168352808916602084015280881660408401525085606083015284608083015260e060a083015261357360e0830185612e90565b82810360c08401526109778185612e90565b60006080828403121561359757600080fd5b6040516080810181811067ffffffffffffffff821117156135ba576135ba612c5f565b806040525082518152602083015160208201526040830151604082015260608301516135e581612a09565b60608201529392505050565b85815284602082015283604082015260a06060820152600061361660a0830185612e90565b82810360808401526136288185612e90565b98975050505050505050565b7fffff0000000000000000000000000000000000000000000000000000000000008360f01b16815260008251613671816002850160208701612e6c565b919091016002019392505050565b602081526000612e646020830184866133c3565b600080858511156136a357600080fd5b838611156136b057600080fd5b5050820193919092039150565b600080600080600060a086880312156136d557600080fd5b853594506020860135935060408601359250606086013567ffffffffffffffff8082111561370257600080fd5b61370e89838a01612d11565b9350608088013591508082111561372457600080fd5b5061373188828901612d11565b9150509295509295909350565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361379e5761379e613418565b506001019056fea26469706673582212200e9c9b259e76332b184b1e7bc56b0b9339296f9268b3ecefaa4f47129d872c1764736f6c63430008140033", }
InterchainClientV1MetaData contains all meta data concerning the InterchainClientV1 contract.
var InterchainEntryLibABI = InterchainEntryLibMetaData.ABI
InterchainEntryLibABI is the input ABI used to generate the binding from. Deprecated: Use InterchainEntryLibMetaData.ABI instead.
var InterchainEntryLibBin = InterchainEntryLibMetaData.Bin
InterchainEntryLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use InterchainEntryLibMetaData.Bin instead.
var InterchainEntryLibMetaData = &bind.MetaData{
ABI: "[]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209a324c01d25ea68eeb905e3571698768934294a12b0a64f6b8cc6aa931b99c9664736f6c63430008140033",
}
InterchainEntryLibMetaData contains all meta data concerning the InterchainEntryLib contract.
var InterchainTransactionLibABI = InterchainTransactionLibMetaData.ABI
InterchainTransactionLibABI is the input ABI used to generate the binding from. Deprecated: Use InterchainTransactionLibMetaData.ABI instead.
var InterchainTransactionLibBin = InterchainTransactionLibMetaData.Bin
InterchainTransactionLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use InterchainTransactionLibMetaData.Bin instead.
var InterchainTransactionLibMetaData = &bind.MetaData{
ABI: "[]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122028ffd49ce2ae32e6b3dd23264bc5d23297b17395c4cfd5fb058539207ee5f88a64736f6c63430008140033",
}
InterchainTransactionLibMetaData contains all meta data concerning the InterchainTransactionLib contract.
var ( // InterchainTransactionSentTopic is the event topic for a sent transaction. InterchainTransactionSentTopic common.Hash )
var MathLibABI = MathLibMetaData.ABI
MathLibABI is the input ABI used to generate the binding from. Deprecated: Use MathLibMetaData.ABI instead.
var MathLibBin = MathLibMetaData.Bin
MathLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use MathLibMetaData.Bin instead.
var MathLibMetaData = &bind.MetaData{
ABI: "[]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f32bf47012f54c61f250dc9b92e16c85de5ef8a6a6ec53069ebd1f893e78160164736f6c63430008140033",
}
MathLibMetaData contains all meta data concerning the MathLib contract.
var OptionsLibABI = OptionsLibMetaData.ABI
OptionsLibABI is the input ABI used to generate the binding from. Deprecated: Use OptionsLibMetaData.ABI instead.
var OptionsLibBin = OptionsLibMetaData.Bin
OptionsLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use OptionsLibMetaData.Bin instead.
var OptionsLibMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"version\",\"type\":\"uint16\"}],\"name\":\"OptionsLib__VersionInvalid\",\"type\":\"error\"}]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122022273eb7cef967f78d8540d7878ce1280a0a1faf36bda95cea922bb3aa1396b864736f6c63430008140033",
}
OptionsLibMetaData contains all meta data concerning the OptionsLib contract.
var OwnableABI = OwnableMetaData.ABI
OwnableABI is the input ABI used to generate the binding from. Deprecated: Use OwnableMetaData.ABI instead.
var OwnableFuncSigs = OwnableMetaData.Sigs
Deprecated: Use OwnableMetaData.Sigs instead. OwnableFuncSigs maps the 4-byte function signature to its string representation.
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.
var SafeCastABI = SafeCastMetaData.ABI
SafeCastABI is the input ABI used to generate the binding from. Deprecated: Use SafeCastMetaData.ABI instead.
var SafeCastBin = SafeCastMetaData.Bin
SafeCastBin is the compiled bytecode used for deploying new contracts. Deprecated: Use SafeCastMetaData.Bin instead.
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: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f4be831c487a85f658d7b6c23411485ae62357cfc5eb3d2f8ffc86817bebf09d64736f6c63430008140033",
}
SafeCastMetaData contains all meta data concerning the SafeCast contract.
var TypeCastsABI = TypeCastsMetaData.ABI
TypeCastsABI is the input ABI used to generate the binding from. Deprecated: Use TypeCastsMetaData.ABI instead.
var TypeCastsBin = TypeCastsMetaData.Bin
TypeCastsBin is the compiled bytecode used for deploying new contracts. Deprecated: Use TypeCastsMetaData.Bin instead.
var TypeCastsMetaData = &bind.MetaData{
ABI: "[]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220da338a10af43a6b320f1ae95da6a00fc7ce2d71d911b989854af5484aa7ae52b64736f6c63430008140033",
}
TypeCastsMetaData contains all meta data concerning the TypeCasts contract.
var VersionedPayloadLibABI = VersionedPayloadLibMetaData.ABI
VersionedPayloadLibABI is the input ABI used to generate the binding from. Deprecated: Use VersionedPayloadLibMetaData.ABI instead.
var VersionedPayloadLibBin = VersionedPayloadLibMetaData.Bin
VersionedPayloadLibBin is the compiled bytecode used for deploying new contracts. Deprecated: Use VersionedPayloadLibMetaData.Bin instead.
var VersionedPayloadLibMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"versionedPayload\",\"type\":\"bytes\"}],\"name\":\"VersionedPayload__PayloadTooShort\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"VersionedPayload__PrecompileFailed\",\"type\":\"error\"}]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122034d4abfde9cab5aec9b3f33e798e998d116a363f7fa45f28f330928a8419c57c64736f6c63430008140033",
}
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 GuardFlag *big.Int Guard common.Address }
AppConfigV1 is an auto generated low-level Go binding around an user-defined struct.
type BatchingV1Lib ¶ added in v0.10.0
type BatchingV1Lib struct { BatchingV1LibCaller // Read-only binding to the contract BatchingV1LibTransactor // Write-only binding to the contract BatchingV1LibFilterer // Log filterer for contract events }
BatchingV1Lib is an auto generated Go binding around an Ethereum contract.
func DeployBatchingV1Lib ¶ added in v0.10.0
func DeployBatchingV1Lib(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *BatchingV1Lib, error)
DeployBatchingV1Lib deploys a new Ethereum contract, binding an instance of BatchingV1Lib to it.
func NewBatchingV1Lib ¶ added in v0.10.0
func NewBatchingV1Lib(address common.Address, backend bind.ContractBackend) (*BatchingV1Lib, error)
NewBatchingV1Lib creates a new instance of BatchingV1Lib, bound to a specific deployed contract.
type BatchingV1LibCaller ¶ added in v0.10.0
type BatchingV1LibCaller struct {
// contains filtered or unexported fields
}
BatchingV1LibCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewBatchingV1LibCaller ¶ added in v0.10.0
func NewBatchingV1LibCaller(address common.Address, caller bind.ContractCaller) (*BatchingV1LibCaller, error)
NewBatchingV1LibCaller creates a new read-only instance of BatchingV1Lib, bound to a specific deployed contract.
type BatchingV1LibCallerRaw ¶ added in v0.10.0
type BatchingV1LibCallerRaw struct {
Contract *BatchingV1LibCaller // Generic read-only contract binding to access the raw methods on
}
BatchingV1LibCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*BatchingV1LibCallerRaw) Call ¶ added in v0.10.0
func (_BatchingV1Lib *BatchingV1LibCallerRaw) 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 BatchingV1LibCallerSession ¶ added in v0.10.0
type BatchingV1LibCallerSession struct { Contract *BatchingV1LibCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
BatchingV1LibCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type BatchingV1LibFilterer ¶ added in v0.10.0
type BatchingV1LibFilterer struct {
// contains filtered or unexported fields
}
BatchingV1LibFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewBatchingV1LibFilterer ¶ added in v0.10.0
func NewBatchingV1LibFilterer(address common.Address, filterer bind.ContractFilterer) (*BatchingV1LibFilterer, error)
NewBatchingV1LibFilterer creates a new log filterer instance of BatchingV1Lib, bound to a specific deployed contract.
type BatchingV1LibRaw ¶ added in v0.10.0
type BatchingV1LibRaw struct {
Contract *BatchingV1Lib // Generic contract binding to access the raw methods on
}
BatchingV1LibRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*BatchingV1LibRaw) Call ¶ added in v0.10.0
func (_BatchingV1Lib *BatchingV1LibRaw) 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 (*BatchingV1LibRaw) Transact ¶ added in v0.10.0
func (_BatchingV1Lib *BatchingV1LibRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*BatchingV1LibRaw) Transfer ¶ added in v0.10.0
func (_BatchingV1Lib *BatchingV1LibRaw) 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 BatchingV1LibSession ¶ added in v0.10.0
type BatchingV1LibSession struct { Contract *BatchingV1Lib // 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 }
BatchingV1LibSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type BatchingV1LibTransactor ¶ added in v0.10.0
type BatchingV1LibTransactor struct {
// contains filtered or unexported fields
}
BatchingV1LibTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewBatchingV1LibTransactor ¶ added in v0.10.0
func NewBatchingV1LibTransactor(address common.Address, transactor bind.ContractTransactor) (*BatchingV1LibTransactor, error)
NewBatchingV1LibTransactor creates a new write-only instance of BatchingV1Lib, bound to a specific deployed contract.
type BatchingV1LibTransactorRaw ¶ added in v0.10.0
type BatchingV1LibTransactorRaw struct {
Contract *BatchingV1LibTransactor // Generic write-only contract binding to access the raw methods on
}
BatchingV1LibTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*BatchingV1LibTransactorRaw) Transact ¶ added in v0.10.0
func (_BatchingV1Lib *BatchingV1LibTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*BatchingV1LibTransactorRaw) Transfer ¶ added in v0.10.0
func (_BatchingV1Lib *BatchingV1LibTransactorRaw) 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 BatchingV1LibTransactorSession ¶ added in v0.10.0
type BatchingV1LibTransactorSession struct { Contract *BatchingV1LibTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
BatchingV1LibTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
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 ¶
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 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) RequestTxExecution ¶ added in v0.10.0
func (_IExecutionService *IExecutionServiceSession) RequestTxExecution(dstChainId uint64, txPayloadSize *big.Int, transactionId [32]byte, options []byte) (*types.Transaction, error)
RequestTxExecution is a paid mutator transaction binding the contract method 0x58efb47d.
Solidity: function requestTxExecution(uint64 dstChainId, uint256 txPayloadSize, bytes32 transactionId, bytes options) payable 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) RequestTxExecution ¶ added in v0.10.0
func (_IExecutionService *IExecutionServiceTransactor) RequestTxExecution(opts *bind.TransactOpts, dstChainId uint64, txPayloadSize *big.Int, transactionId [32]byte, options []byte) (*types.Transaction, error)
RequestTxExecution is a paid mutator transaction binding the contract method 0x58efb47d.
Solidity: function requestTxExecution(uint64 dstChainId, uint256 txPayloadSize, bytes32 transactionId, bytes options) payable 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) RequestTxExecution ¶ added in v0.10.0
func (_IExecutionService *IExecutionServiceTransactorSession) RequestTxExecution(dstChainId uint64, txPayloadSize *big.Int, transactionId [32]byte, options []byte) (*types.Transaction, error)
RequestTxExecution is a paid mutator transaction binding the contract method 0x58efb47d.
Solidity: function requestTxExecution(uint64 dstChainId, uint256 txPayloadSize, bytes32 transactionId, bytes options) payable 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) GetTxReadinessV1 ¶ added in v0.10.0
func (_IInterchainClientV1 *IInterchainClientV1Caller) GetTxReadinessV1(opts *bind.CallOpts, icTx InterchainTransaction, proof [][32]byte) (struct { Status uint8 FirstArg [32]byte SecondArg [32]byte }, error)
GetTxReadinessV1 is a free data retrieval call binding the contract method 0xc8cf9348.
Solidity: function getTxReadinessV1((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes) icTx, bytes32[] proof) view returns(uint8 status, bytes32 firstArg, bytes32 secondArg)
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) GetTxReadinessV1 ¶ added in v0.10.0
func (_IInterchainClientV1 *IInterchainClientV1CallerSession) GetTxReadinessV1(icTx InterchainTransaction, proof [][32]byte) (struct { Status uint8 FirstArg [32]byte SecondArg [32]byte }, error)
GetTxReadinessV1 is a free data retrieval call binding the contract method 0xc8cf9348.
Solidity: function getTxReadinessV1((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes) icTx, bytes32[] proof) view returns(uint8 status, bytes32 firstArg, bytes32 secondArg)
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) GetTxReadinessV1 ¶ added in v0.10.0
func (_IInterchainClientV1 *IInterchainClientV1Session) GetTxReadinessV1(icTx InterchainTransaction, proof [][32]byte) (struct { Status uint8 FirstArg [32]byte SecondArg [32]byte }, error)
GetTxReadinessV1 is a free data retrieval call binding the contract method 0xc8cf9348.
Solidity: function getTxReadinessV1((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes) icTx, bytes32[] proof) view returns(uint8 status, bytes32 firstArg, bytes32 secondArg)
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) SetDefaultGuard ¶ added in v0.10.0
func (_IInterchainClientV1 *IInterchainClientV1Session) SetDefaultGuard(guard_ common.Address) (*types.Transaction, error)
SetDefaultGuard is a paid mutator transaction binding the contract method 0x94bf49f4.
Solidity: function setDefaultGuard(address guard_) 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) SetDefaultGuard ¶ added in v0.10.0
func (_IInterchainClientV1 *IInterchainClientV1Transactor) SetDefaultGuard(opts *bind.TransactOpts, guard_ common.Address) (*types.Transaction, error)
SetDefaultGuard is a paid mutator transaction binding the contract method 0x94bf49f4.
Solidity: function setDefaultGuard(address guard_) 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) SetDefaultGuard ¶ added in v0.10.0
func (_IInterchainClientV1 *IInterchainClientV1TransactorSession) SetDefaultGuard(guard_ common.Address) (*types.Transaction, error)
SetDefaultGuard is a paid mutator transaction binding the contract method 0x94bf49f4.
Solidity: function setDefaultGuard(address guard_) 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) CheckBatchVerification ¶ added in v0.10.0
func (_IInterchainDB *IInterchainDBCaller) CheckBatchVerification(opts *bind.CallOpts, dstModule common.Address, batch InterchainBatch) (*big.Int, error)
CheckBatchVerification is a free data retrieval call binding the contract method 0xe39682c1.
Solidity: function checkBatchVerification(address dstModule, (uint64,uint64,bytes32) batch) 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) GetBatchRoot ¶ added in v0.10.0
func (_IInterchainDB *IInterchainDBCaller) GetBatchRoot(opts *bind.CallOpts, entry InterchainEntry, proof [][32]byte) ([32]byte, error)
GetBatchRoot is a free data retrieval call binding the contract method 0x0166204f.
Solidity: function getBatchRoot((uint64,uint64,uint64,bytes32,bytes32) entry, bytes32[] proof) pure 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)
func (*IInterchainDBCaller) GetVersionedBatch ¶ added in v0.10.0
func (_IInterchainDB *IInterchainDBCaller) GetVersionedBatch(opts *bind.CallOpts, dbNonce uint64) ([]byte, error)
GetVersionedBatch is a free data retrieval call binding the contract method 0xc7265781.
Solidity: function getVersionedBatch(uint64 dbNonce) view returns(bytes)
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) CheckBatchVerification ¶ added in v0.10.0
func (_IInterchainDB *IInterchainDBCallerSession) CheckBatchVerification(dstModule common.Address, batch InterchainBatch) (*big.Int, error)
CheckBatchVerification is a free data retrieval call binding the contract method 0xe39682c1.
Solidity: function checkBatchVerification(address dstModule, (uint64,uint64,bytes32) batch) 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) GetBatchRoot ¶ added in v0.10.0
func (_IInterchainDB *IInterchainDBCallerSession) GetBatchRoot(entry InterchainEntry, proof [][32]byte) ([32]byte, error)
GetBatchRoot is a free data retrieval call binding the contract method 0x0166204f.
Solidity: function getBatchRoot((uint64,uint64,uint64,bytes32,bytes32) entry, bytes32[] proof) pure 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)
func (*IInterchainDBCallerSession) GetVersionedBatch ¶ added in v0.10.0
func (_IInterchainDB *IInterchainDBCallerSession) GetVersionedBatch(dbNonce uint64) ([]byte, error)
GetVersionedBatch is a free data retrieval call binding the contract method 0xc7265781.
Solidity: function getVersionedBatch(uint64 dbNonce) view returns(bytes)
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) CheckBatchVerification ¶ added in v0.10.0
func (_IInterchainDB *IInterchainDBSession) CheckBatchVerification(dstModule common.Address, batch InterchainBatch) (*big.Int, error)
CheckBatchVerification is a free data retrieval call binding the contract method 0xe39682c1.
Solidity: function checkBatchVerification(address dstModule, (uint64,uint64,bytes32) batch) 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) GetBatchRoot ¶ added in v0.10.0
func (_IInterchainDB *IInterchainDBSession) GetBatchRoot(entry InterchainEntry, proof [][32]byte) ([32]byte, error)
GetBatchRoot is a free data retrieval call binding the contract method 0x0166204f.
Solidity: function getBatchRoot((uint64,uint64,uint64,bytes32,bytes32) entry, bytes32[] proof) pure 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) GetVersionedBatch ¶ added in v0.10.0
func (_IInterchainDB *IInterchainDBSession) GetVersionedBatch(dbNonce uint64) ([]byte, error)
GetVersionedBatch is a free data retrieval call binding the contract method 0xc7265781.
Solidity: function getVersionedBatch(uint64 dbNonce) view returns(bytes)
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 ¶
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) DefaultGuard ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1Caller) DefaultGuard(opts *bind.CallOpts) (common.Address, error)
DefaultGuard is a free data retrieval call binding the contract method 0x2a20521e.
Solidity: function defaultGuard() view returns(address)
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) 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,uint256,address) 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) GetTxReadinessV1 ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1Caller) GetTxReadinessV1(opts *bind.CallOpts, icTx InterchainTransaction, proof [][32]byte) (struct { Status uint8 FirstArg [32]byte SecondArg [32]byte }, error)
GetTxReadinessV1 is a free data retrieval call binding the contract method 0xc8cf9348.
Solidity: function getTxReadinessV1((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes) icTx, bytes32[] proof) view returns(uint8 status, bytes32 firstArg, bytes32 secondArg)
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)
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) DefaultGuard ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1CallerSession) DefaultGuard() (common.Address, error)
DefaultGuard is a free data retrieval call binding the contract method 0x2a20521e.
Solidity: function defaultGuard() view returns(address)
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) 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,uint256,address) 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) GetTxReadinessV1 ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1CallerSession) GetTxReadinessV1(icTx InterchainTransaction, proof [][32]byte) (struct { Status uint8 FirstArg [32]byte SecondArg [32]byte }, error)
GetTxReadinessV1 is a free data retrieval call binding the contract method 0xc8cf9348.
Solidity: function getTxReadinessV1((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes) icTx, bytes32[] proof) view returns(uint8 status, bytes32 firstArg, bytes32 secondArg)
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)
type InterchainClientV1DefaultGuardSet ¶ added in v0.10.0
type InterchainClientV1DefaultGuardSet struct { Guard common.Address Raw types.Log // Blockchain specific contextual infos }
InterchainClientV1DefaultGuardSet represents a DefaultGuardSet event raised by the InterchainClientV1 contract.
type InterchainClientV1DefaultGuardSetIterator ¶ added in v0.10.0
type InterchainClientV1DefaultGuardSetIterator struct { Event *InterchainClientV1DefaultGuardSet // Event containing the contract specifics and raw log // contains filtered or unexported fields }
InterchainClientV1DefaultGuardSetIterator is returned from FilterDefaultGuardSet and is used to iterate over the raw logs and unpacked data for DefaultGuardSet events raised by the InterchainClientV1 contract.
func (*InterchainClientV1DefaultGuardSetIterator) Close ¶ added in v0.10.0
func (it *InterchainClientV1DefaultGuardSetIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1DefaultGuardSetIterator) Error ¶ added in v0.10.0
func (it *InterchainClientV1DefaultGuardSetIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1DefaultGuardSetIterator) Next ¶ added in v0.10.0
func (it *InterchainClientV1DefaultGuardSetIterator) Next() bool
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 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 InterchainClientV1EventsDefaultGuardSet ¶ added in v0.10.0
type InterchainClientV1EventsDefaultGuardSet struct { Guard common.Address Raw types.Log // Blockchain specific contextual infos }
InterchainClientV1EventsDefaultGuardSet represents a DefaultGuardSet event raised by the InterchainClientV1Events contract.
type InterchainClientV1EventsDefaultGuardSetIterator ¶ added in v0.10.0
type InterchainClientV1EventsDefaultGuardSetIterator struct { Event *InterchainClientV1EventsDefaultGuardSet // Event containing the contract specifics and raw log // contains filtered or unexported fields }
InterchainClientV1EventsDefaultGuardSetIterator is returned from FilterDefaultGuardSet and is used to iterate over the raw logs and unpacked data for DefaultGuardSet events raised by the InterchainClientV1Events contract.
func (*InterchainClientV1EventsDefaultGuardSetIterator) Close ¶ added in v0.10.0
func (it *InterchainClientV1EventsDefaultGuardSetIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1EventsDefaultGuardSetIterator) Error ¶ added in v0.10.0
func (it *InterchainClientV1EventsDefaultGuardSetIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1EventsDefaultGuardSetIterator) Next ¶ added in v0.10.0
func (it *InterchainClientV1EventsDefaultGuardSetIterator) Next() bool
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 ¶
func (it *InterchainClientV1EventsExecutionProofWrittenIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1EventsExecutionProofWrittenIterator) Error ¶
func (it *InterchainClientV1EventsExecutionProofWrittenIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1EventsExecutionProofWrittenIterator) Next ¶
func (it *InterchainClientV1EventsExecutionProofWrittenIterator) Next() bool
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) FilterDefaultGuardSet ¶ added in v0.10.0
func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) FilterDefaultGuardSet(opts *bind.FilterOpts) (*InterchainClientV1EventsDefaultGuardSetIterator, error)
FilterDefaultGuardSet is a free log retrieval operation binding the contract event 0xa42a6dc10e430cab5d4ba037ea6d7eee30240c6b6d7dd5b12a3d2acf41e7264f.
Solidity: event DefaultGuardSet(address guard)
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) ParseDefaultGuardSet ¶ added in v0.10.0
func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) ParseDefaultGuardSet(log types.Log) (*InterchainClientV1EventsDefaultGuardSet, error)
ParseDefaultGuardSet is a log parse operation binding the contract event 0xa42a6dc10e430cab5d4ba037ea6d7eee30240c6b6d7dd5b12a3d2acf41e7264f.
Solidity: event DefaultGuardSet(address guard)
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) WatchDefaultGuardSet ¶ added in v0.10.0
func (_InterchainClientV1Events *InterchainClientV1EventsFilterer) WatchDefaultGuardSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1EventsDefaultGuardSet) (event.Subscription, error)
WatchDefaultGuardSet is a free log subscription operation binding the contract event 0xa42a6dc10e430cab5d4ba037ea6d7eee30240c6b6d7dd5b12a3d2acf41e7264f.
Solidity: event DefaultGuardSet(address guard)
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 ¶
func (it *InterchainClientV1EventsInterchainTransactionReceivedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1EventsInterchainTransactionReceivedIterator) Error ¶
func (it *InterchainClientV1EventsInterchainTransactionReceivedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1EventsInterchainTransactionReceivedIterator) Next ¶
func (it *InterchainClientV1EventsInterchainTransactionReceivedIterator) Next() bool
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 ¶
func (it *InterchainClientV1EventsInterchainTransactionSentIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1EventsInterchainTransactionSentIterator) Error ¶
func (it *InterchainClientV1EventsInterchainTransactionSentIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1EventsInterchainTransactionSentIterator) Next ¶
func (it *InterchainClientV1EventsInterchainTransactionSentIterator) Next() bool
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 ¶
func (it *InterchainClientV1EventsLinkedClientSetIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1EventsLinkedClientSetIterator) Error ¶
func (it *InterchainClientV1EventsLinkedClientSetIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1EventsLinkedClientSetIterator) Next ¶
func (it *InterchainClientV1EventsLinkedClientSetIterator) Next() bool
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 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 ¶
func (it *InterchainClientV1ExecutionProofWrittenIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1ExecutionProofWrittenIterator) Error ¶
func (it *InterchainClientV1ExecutionProofWrittenIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1ExecutionProofWrittenIterator) Next ¶
func (it *InterchainClientV1ExecutionProofWrittenIterator) Next() bool
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) FilterDefaultGuardSet ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1Filterer) FilterDefaultGuardSet(opts *bind.FilterOpts) (*InterchainClientV1DefaultGuardSetIterator, error)
FilterDefaultGuardSet is a free log retrieval operation binding the contract event 0xa42a6dc10e430cab5d4ba037ea6d7eee30240c6b6d7dd5b12a3d2acf41e7264f.
Solidity: event DefaultGuardSet(address guard)
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) ParseDefaultGuardSet ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1Filterer) ParseDefaultGuardSet(log types.Log) (*InterchainClientV1DefaultGuardSet, error)
ParseDefaultGuardSet is a log parse operation binding the contract event 0xa42a6dc10e430cab5d4ba037ea6d7eee30240c6b6d7dd5b12a3d2acf41e7264f.
Solidity: event DefaultGuardSet(address guard)
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) WatchDefaultGuardSet ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1Filterer) WatchDefaultGuardSet(opts *bind.WatchOpts, sink chan<- *InterchainClientV1DefaultGuardSet) (event.Subscription, error)
WatchDefaultGuardSet is a free log subscription operation binding the contract event 0xa42a6dc10e430cab5d4ba037ea6d7eee30240c6b6d7dd5b12a3d2acf41e7264f.
Solidity: event DefaultGuardSet(address guard)
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 ¶
func (it *InterchainClientV1InterchainTransactionReceivedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1InterchainTransactionReceivedIterator) Error ¶
func (it *InterchainClientV1InterchainTransactionReceivedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1InterchainTransactionReceivedIterator) Next ¶
func (it *InterchainClientV1InterchainTransactionReceivedIterator) Next() bool
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 ¶
func (it *InterchainClientV1InterchainTransactionSentIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1InterchainTransactionSentIterator) Error ¶
func (it *InterchainClientV1InterchainTransactionSentIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1InterchainTransactionSentIterator) Next ¶
func (it *InterchainClientV1InterchainTransactionSentIterator) Next() bool
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 ¶
func (it *InterchainClientV1LinkedClientSetIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1LinkedClientSetIterator) Error ¶
func (it *InterchainClientV1LinkedClientSetIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1LinkedClientSetIterator) Next ¶
func (it *InterchainClientV1LinkedClientSetIterator) Next() bool
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 ¶
func (it *InterchainClientV1OwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*InterchainClientV1OwnershipTransferredIterator) Error ¶
func (it *InterchainClientV1OwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*InterchainClientV1OwnershipTransferredIterator) Next ¶
func (it *InterchainClientV1OwnershipTransferredIterator) Next() bool
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) DefaultGuard ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1Session) DefaultGuard() (common.Address, error)
DefaultGuard is a free data retrieval call binding the contract method 0x2a20521e.
Solidity: function defaultGuard() view returns(address)
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) 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,uint256,address) 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) GetTxReadinessV1 ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1Session) GetTxReadinessV1(icTx InterchainTransaction, proof [][32]byte) (struct { Status uint8 FirstArg [32]byte SecondArg [32]byte }, error)
GetTxReadinessV1 is a free data retrieval call binding the contract method 0xc8cf9348.
Solidity: function getTxReadinessV1((uint64,uint64,uint64,uint64,bytes32,bytes32,bytes,bytes) icTx, bytes32[] proof) view returns(uint8 status, bytes32 firstArg, bytes32 secondArg)
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) SetDefaultGuard ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1Session) SetDefaultGuard(guard common.Address) (*types.Transaction, error)
SetDefaultGuard is a paid mutator transaction binding the contract method 0x94bf49f4.
Solidity: function setDefaultGuard(address guard) 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) SetDefaultGuard ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1Transactor) SetDefaultGuard(opts *bind.TransactOpts, guard common.Address) (*types.Transaction, error)
SetDefaultGuard is a paid mutator transaction binding the contract method 0x94bf49f4.
Solidity: function setDefaultGuard(address guard) 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) SetDefaultGuard ¶ added in v0.10.0
func (_InterchainClientV1 *InterchainClientV1TransactorSession) SetDefaultGuard(guard common.Address) (*types.Transaction, error)
SetDefaultGuard is a paid mutator transaction binding the contract method 0x94bf49f4.
Solidity: function setDefaultGuard(address guard) 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 ¶
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
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 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 ¶
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.
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.
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 ¶
func (it *OwnableOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*OwnableOwnershipTransferredIterator) Error ¶
func (it *OwnableOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*OwnableOwnershipTransferredIterator) Next ¶
func (it *OwnableOwnershipTransferredIterator) Next() bool
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.
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
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 ¶
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.