signalservice

package
v0.3.1-0...-ee1233d Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SignalServiceABI = SignalServiceMetaData.ABI

SignalServiceABI is the input ABI used to generate the binding from. Deprecated: Use SignalServiceMetaData.ABI instead.

View Source
var SignalServiceMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"acceptOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addressManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"authorize\",\"inputs\":[{\"name\":\"_addr\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_authorize\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getSignalSlot\",\"inputs\":[{\"name\":\"_chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_app\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_signal\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"getSyncedChainData\",\"inputs\":[{\"name\":\"_chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_kind\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_blockId\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"outputs\":[{\"name\":\"blockId_\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"chainData_\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"init\",\"inputs\":[{\"name\":\"_owner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_addressManager\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isAuthorized\",\"inputs\":[{\"name\":\"addr\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"authorized\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isChainDataSynced\",\"inputs\":[{\"name\":\"_chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_kind\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_blockId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_chainData\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isSignalSent\",\"inputs\":[{\"name\":\"_app\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_signal\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pendingOwner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"proveSignalReceived\",\"inputs\":[{\"name\":\"_chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_app\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_signal\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_proof\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"proxiableUUID\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"resolve\",\"inputs\":[{\"name\":\"_chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_name\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_allowZeroAddress\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"addresspayable\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"resolve\",\"inputs\":[{\"name\":\"_name\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_allowZeroAddress\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"addresspayable\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"sendSignal\",\"inputs\":[{\"name\":\"_signal\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"signalForChainData\",\"inputs\":[{\"name\":\"_chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_kind\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_blockId\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"syncChainData\",\"inputs\":[{\"name\":\"_chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_kind\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_blockId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_chainData\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"topBlockId\",\"inputs\":[{\"name\":\"chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"kind\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"blockId\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"upgradeTo\",\"inputs\":[{\"name\":\"newImplementation\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"upgradeToAndCall\",\"inputs\":[{\"name\":\"newImplementation\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"payable\"},{\"type\":\"event\",\"name\":\"AdminChanged\",\"inputs\":[{\"name\":\"previousAdmin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newAdmin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Authorized\",\"inputs\":[{\"name\":\"addr\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"authrized\",\"type\":\"bool\",\"indexed\":false,\"internalType\":\"bool\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"BeaconUpgraded\",\"inputs\":[{\"name\":\"beacon\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ChainDataSynced\",\"inputs\":[{\"name\":\"chainId\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"blockId\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"kind\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"data\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"signal\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferStarted\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"SignalSent\",\"inputs\":[{\"name\":\"app\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"signal\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"slot\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"},{\"name\":\"value\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Upgraded\",\"inputs\":[{\"name\":\"implementation\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"INVALID_PAUSE_STATUS\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LTP_INVALID_ACCOUNT_PROOF\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LTP_INVALID_INCLUSION_PROOF\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"REENTRANT_CALL\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RESOLVER_DENIED\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RESOLVER_INVALID_MANAGER\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RESOLVER_UNEXPECTED_CHAINID\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RESOLVER_ZERO_ADDR\",\"inputs\":[{\"name\":\"chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"name\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]},{\"type\":\"error\",\"name\":\"SS_EMPTY_PROOF\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SS_INVALID_LAST_HOP_CHAINID\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SS_INVALID_MID_HOP_CHAINID\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SS_INVALID_SENDER\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SS_INVALID_STATE\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SS_INVALID_VALUE\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SS_SIGNAL_NOT_FOUND\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SS_UNAUTHORIZED\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"SS_UNSUPPORTED\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ZERO_ADDR_MANAGER\",\"inputs\":[]}]",
}

SignalServiceMetaData contains all meta data concerning the SignalService contract.

Functions

This section is empty.

Types

type SignalService

type SignalService struct {
	SignalServiceCaller     // Read-only binding to the contract
	SignalServiceTransactor // Write-only binding to the contract
	SignalServiceFilterer   // Log filterer for contract events
}

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

func NewSignalService

func NewSignalService(address common.Address, backend bind.ContractBackend) (*SignalService, error)

NewSignalService creates a new instance of SignalService, bound to a specific deployed contract.

type SignalServiceAdminChanged

type SignalServiceAdminChanged struct {
	PreviousAdmin common.Address
	NewAdmin      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

SignalServiceAdminChanged represents a AdminChanged event raised by the SignalService contract.

type SignalServiceAdminChangedIterator

type SignalServiceAdminChangedIterator struct {
	Event *SignalServiceAdminChanged // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceAdminChangedIterator is returned from FilterAdminChanged and is used to iterate over the raw logs and unpacked data for AdminChanged events raised by the SignalService contract.

func (*SignalServiceAdminChangedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceAdminChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceAdminChangedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type SignalServiceAuthorized

type SignalServiceAuthorized struct {
	Addr      common.Address
	Authrized bool
	Raw       types.Log // Blockchain specific contextual infos
}

SignalServiceAuthorized represents a Authorized event raised by the SignalService contract.

type SignalServiceAuthorizedIterator

type SignalServiceAuthorizedIterator struct {
	Event *SignalServiceAuthorized // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceAuthorizedIterator is returned from FilterAuthorized and is used to iterate over the raw logs and unpacked data for Authorized events raised by the SignalService contract.

func (*SignalServiceAuthorizedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceAuthorizedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceAuthorizedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type SignalServiceBeaconUpgraded

type SignalServiceBeaconUpgraded struct {
	Beacon common.Address
	Raw    types.Log // Blockchain specific contextual infos
}

SignalServiceBeaconUpgraded represents a BeaconUpgraded event raised by the SignalService contract.

type SignalServiceBeaconUpgradedIterator

type SignalServiceBeaconUpgradedIterator struct {
	Event *SignalServiceBeaconUpgraded // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceBeaconUpgradedIterator is returned from FilterBeaconUpgraded and is used to iterate over the raw logs and unpacked data for BeaconUpgraded events raised by the SignalService contract.

func (*SignalServiceBeaconUpgradedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceBeaconUpgradedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceBeaconUpgradedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type SignalServiceCaller

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

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

func NewSignalServiceCaller

func NewSignalServiceCaller(address common.Address, caller bind.ContractCaller) (*SignalServiceCaller, error)

NewSignalServiceCaller creates a new read-only instance of SignalService, bound to a specific deployed contract.

func (*SignalServiceCaller) AddressManager

func (_SignalService *SignalServiceCaller) AddressManager(opts *bind.CallOpts) (common.Address, error)

AddressManager is a free data retrieval call binding the contract method 0x3ab76e9f.

Solidity: function addressManager() view returns(address)

func (*SignalServiceCaller) GetSignalSlot

func (_SignalService *SignalServiceCaller) GetSignalSlot(opts *bind.CallOpts, _chainId uint64, _app common.Address, _signal [32]byte) ([32]byte, error)

GetSignalSlot is a free data retrieval call binding the contract method 0x91f3f74b.

Solidity: function getSignalSlot(uint64 _chainId, address _app, bytes32 _signal) pure returns(bytes32)

func (*SignalServiceCaller) GetSyncedChainData

func (_SignalService *SignalServiceCaller) GetSyncedChainData(opts *bind.CallOpts, _chainId uint64, _kind [32]byte, _blockId uint64) (struct {
	BlockId   uint64
	ChainData [32]byte
}, error)

GetSyncedChainData is a free data retrieval call binding the contract method 0xdfc8ff1d.

Solidity: function getSyncedChainData(uint64 _chainId, bytes32 _kind, uint64 _blockId) view returns(uint64 blockId_, bytes32 chainData_)

func (*SignalServiceCaller) IsAuthorized

func (_SignalService *SignalServiceCaller) IsAuthorized(opts *bind.CallOpts, addr common.Address) (bool, error)

IsAuthorized is a free data retrieval call binding the contract method 0xfe9fbb80.

Solidity: function isAuthorized(address addr) view returns(bool authorized)

func (*SignalServiceCaller) IsChainDataSynced

func (_SignalService *SignalServiceCaller) IsChainDataSynced(opts *bind.CallOpts, _chainId uint64, _kind [32]byte, _blockId uint64, _chainData [32]byte) (bool, error)

IsChainDataSynced is a free data retrieval call binding the contract method 0x3ced0e08.

Solidity: function isChainDataSynced(uint64 _chainId, bytes32 _kind, uint64 _blockId, bytes32 _chainData) view returns(bool)

func (*SignalServiceCaller) IsSignalSent

func (_SignalService *SignalServiceCaller) IsSignalSent(opts *bind.CallOpts, _app common.Address, _signal [32]byte) (bool, error)

IsSignalSent is a free data retrieval call binding the contract method 0x32676bc6.

Solidity: function isSignalSent(address _app, bytes32 _signal) view returns(bool)

func (*SignalServiceCaller) Owner

func (_SignalService *SignalServiceCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*SignalServiceCaller) Paused

func (_SignalService *SignalServiceCaller) Paused(opts *bind.CallOpts) (bool, error)

Paused is a free data retrieval call binding the contract method 0x5c975abb.

Solidity: function paused() view returns(bool)

func (*SignalServiceCaller) PendingOwner

func (_SignalService *SignalServiceCaller) PendingOwner(opts *bind.CallOpts) (common.Address, error)

PendingOwner is a free data retrieval call binding the contract method 0xe30c3978.

Solidity: function pendingOwner() view returns(address)

func (*SignalServiceCaller) ProxiableUUID

func (_SignalService *SignalServiceCaller) ProxiableUUID(opts *bind.CallOpts) ([32]byte, error)

ProxiableUUID is a free data retrieval call binding the contract method 0x52d1902d.

Solidity: function proxiableUUID() view returns(bytes32)

func (*SignalServiceCaller) Resolve

func (_SignalService *SignalServiceCaller) Resolve(opts *bind.CallOpts, _chainId uint64, _name [32]byte, _allowZeroAddress bool) (common.Address, error)

Resolve is a free data retrieval call binding the contract method 0x3eb6b8cf.

Solidity: function resolve(uint64 _chainId, bytes32 _name, bool _allowZeroAddress) view returns(address)

func (*SignalServiceCaller) Resolve0

func (_SignalService *SignalServiceCaller) Resolve0(opts *bind.CallOpts, _name [32]byte, _allowZeroAddress bool) (common.Address, error)

Resolve0 is a free data retrieval call binding the contract method 0xa86f9d9e.

Solidity: function resolve(bytes32 _name, bool _allowZeroAddress) view returns(address)

func (*SignalServiceCaller) SignalForChainData

func (_SignalService *SignalServiceCaller) SignalForChainData(opts *bind.CallOpts, _chainId uint64, _kind [32]byte, _blockId uint64) ([32]byte, error)

SignalForChainData is a free data retrieval call binding the contract method 0x9b527cfa.

Solidity: function signalForChainData(uint64 _chainId, bytes32 _kind, uint64 _blockId) pure returns(bytes32)

func (*SignalServiceCaller) TopBlockId

func (_SignalService *SignalServiceCaller) TopBlockId(opts *bind.CallOpts, chainId uint64, kind [32]byte) (uint64, error)

TopBlockId is a free data retrieval call binding the contract method 0x355bcc3d.

Solidity: function topBlockId(uint64 chainId, bytes32 kind) view returns(uint64 blockId)

type SignalServiceCallerRaw

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

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

func (*SignalServiceCallerRaw) Call

func (_SignalService *SignalServiceCallerRaw) 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 SignalServiceCallerSession

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

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

func (*SignalServiceCallerSession) AddressManager

func (_SignalService *SignalServiceCallerSession) AddressManager() (common.Address, error)

AddressManager is a free data retrieval call binding the contract method 0x3ab76e9f.

Solidity: function addressManager() view returns(address)

func (*SignalServiceCallerSession) GetSignalSlot

func (_SignalService *SignalServiceCallerSession) GetSignalSlot(_chainId uint64, _app common.Address, _signal [32]byte) ([32]byte, error)

GetSignalSlot is a free data retrieval call binding the contract method 0x91f3f74b.

Solidity: function getSignalSlot(uint64 _chainId, address _app, bytes32 _signal) pure returns(bytes32)

func (*SignalServiceCallerSession) GetSyncedChainData

func (_SignalService *SignalServiceCallerSession) GetSyncedChainData(_chainId uint64, _kind [32]byte, _blockId uint64) (struct {
	BlockId   uint64
	ChainData [32]byte
}, error)

GetSyncedChainData is a free data retrieval call binding the contract method 0xdfc8ff1d.

Solidity: function getSyncedChainData(uint64 _chainId, bytes32 _kind, uint64 _blockId) view returns(uint64 blockId_, bytes32 chainData_)

func (*SignalServiceCallerSession) IsAuthorized

func (_SignalService *SignalServiceCallerSession) IsAuthorized(addr common.Address) (bool, error)

IsAuthorized is a free data retrieval call binding the contract method 0xfe9fbb80.

Solidity: function isAuthorized(address addr) view returns(bool authorized)

func (*SignalServiceCallerSession) IsChainDataSynced

func (_SignalService *SignalServiceCallerSession) IsChainDataSynced(_chainId uint64, _kind [32]byte, _blockId uint64, _chainData [32]byte) (bool, error)

IsChainDataSynced is a free data retrieval call binding the contract method 0x3ced0e08.

Solidity: function isChainDataSynced(uint64 _chainId, bytes32 _kind, uint64 _blockId, bytes32 _chainData) view returns(bool)

func (*SignalServiceCallerSession) IsSignalSent

func (_SignalService *SignalServiceCallerSession) IsSignalSent(_app common.Address, _signal [32]byte) (bool, error)

IsSignalSent is a free data retrieval call binding the contract method 0x32676bc6.

Solidity: function isSignalSent(address _app, bytes32 _signal) view returns(bool)

func (*SignalServiceCallerSession) Owner

func (_SignalService *SignalServiceCallerSession) Owner() (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*SignalServiceCallerSession) Paused

func (_SignalService *SignalServiceCallerSession) Paused() (bool, error)

Paused is a free data retrieval call binding the contract method 0x5c975abb.

Solidity: function paused() view returns(bool)

func (*SignalServiceCallerSession) PendingOwner

func (_SignalService *SignalServiceCallerSession) PendingOwner() (common.Address, error)

PendingOwner is a free data retrieval call binding the contract method 0xe30c3978.

Solidity: function pendingOwner() view returns(address)

func (*SignalServiceCallerSession) ProxiableUUID

func (_SignalService *SignalServiceCallerSession) ProxiableUUID() ([32]byte, error)

ProxiableUUID is a free data retrieval call binding the contract method 0x52d1902d.

Solidity: function proxiableUUID() view returns(bytes32)

func (*SignalServiceCallerSession) Resolve

func (_SignalService *SignalServiceCallerSession) Resolve(_chainId uint64, _name [32]byte, _allowZeroAddress bool) (common.Address, error)

Resolve is a free data retrieval call binding the contract method 0x3eb6b8cf.

Solidity: function resolve(uint64 _chainId, bytes32 _name, bool _allowZeroAddress) view returns(address)

func (*SignalServiceCallerSession) Resolve0

func (_SignalService *SignalServiceCallerSession) Resolve0(_name [32]byte, _allowZeroAddress bool) (common.Address, error)

Resolve0 is a free data retrieval call binding the contract method 0xa86f9d9e.

Solidity: function resolve(bytes32 _name, bool _allowZeroAddress) view returns(address)

func (*SignalServiceCallerSession) SignalForChainData

func (_SignalService *SignalServiceCallerSession) SignalForChainData(_chainId uint64, _kind [32]byte, _blockId uint64) ([32]byte, error)

SignalForChainData is a free data retrieval call binding the contract method 0x9b527cfa.

Solidity: function signalForChainData(uint64 _chainId, bytes32 _kind, uint64 _blockId) pure returns(bytes32)

func (*SignalServiceCallerSession) TopBlockId

func (_SignalService *SignalServiceCallerSession) TopBlockId(chainId uint64, kind [32]byte) (uint64, error)

TopBlockId is a free data retrieval call binding the contract method 0x355bcc3d.

Solidity: function topBlockId(uint64 chainId, bytes32 kind) view returns(uint64 blockId)

type SignalServiceChainDataSynced

type SignalServiceChainDataSynced struct {
	ChainId uint64
	BlockId uint64
	Kind    [32]byte
	Data    [32]byte
	Signal  [32]byte
	Raw     types.Log // Blockchain specific contextual infos
}

SignalServiceChainDataSynced represents a ChainDataSynced event raised by the SignalService contract.

type SignalServiceChainDataSyncedIterator

type SignalServiceChainDataSyncedIterator struct {
	Event *SignalServiceChainDataSynced // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceChainDataSyncedIterator is returned from FilterChainDataSynced and is used to iterate over the raw logs and unpacked data for ChainDataSynced events raised by the SignalService contract.

func (*SignalServiceChainDataSyncedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceChainDataSyncedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceChainDataSyncedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type SignalServiceFilterer

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

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

func NewSignalServiceFilterer

func NewSignalServiceFilterer(address common.Address, filterer bind.ContractFilterer) (*SignalServiceFilterer, error)

NewSignalServiceFilterer creates a new log filterer instance of SignalService, bound to a specific deployed contract.

func (*SignalServiceFilterer) FilterAdminChanged

func (_SignalService *SignalServiceFilterer) FilterAdminChanged(opts *bind.FilterOpts) (*SignalServiceAdminChangedIterator, error)

FilterAdminChanged is a free log retrieval operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.

Solidity: event AdminChanged(address previousAdmin, address newAdmin)

func (*SignalServiceFilterer) FilterAuthorized

func (_SignalService *SignalServiceFilterer) FilterAuthorized(opts *bind.FilterOpts, addr []common.Address) (*SignalServiceAuthorizedIterator, error)

FilterAuthorized is a free log retrieval operation binding the contract event 0x4c0079b9bcd37cd5d29a13938effd97c881798cbc6bd52a3026a29d94b27d1bf.

Solidity: event Authorized(address indexed addr, bool authrized)

func (*SignalServiceFilterer) FilterBeaconUpgraded

func (_SignalService *SignalServiceFilterer) FilterBeaconUpgraded(opts *bind.FilterOpts, beacon []common.Address) (*SignalServiceBeaconUpgradedIterator, error)

FilterBeaconUpgraded is a free log retrieval operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.

Solidity: event BeaconUpgraded(address indexed beacon)

func (*SignalServiceFilterer) FilterChainDataSynced

func (_SignalService *SignalServiceFilterer) FilterChainDataSynced(opts *bind.FilterOpts, chainId []uint64, blockId []uint64, kind [][32]byte) (*SignalServiceChainDataSyncedIterator, error)

FilterChainDataSynced is a free log retrieval operation binding the contract event 0xde247c825b1fb2d7ff9e0e771cba6f9e757ad04479fcdc135d88ae91fd50b37d.

Solidity: event ChainDataSynced(uint64 indexed chainId, uint64 indexed blockId, bytes32 indexed kind, bytes32 data, bytes32 signal)

func (*SignalServiceFilterer) FilterInitialized

func (_SignalService *SignalServiceFilterer) FilterInitialized(opts *bind.FilterOpts) (*SignalServiceInitializedIterator, error)

FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.

Solidity: event Initialized(uint8 version)

func (*SignalServiceFilterer) FilterOwnershipTransferStarted

func (_SignalService *SignalServiceFilterer) FilterOwnershipTransferStarted(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*SignalServiceOwnershipTransferStartedIterator, error)

FilterOwnershipTransferStarted is a free log retrieval operation binding the contract event 0x38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700.

Solidity: event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)

func (*SignalServiceFilterer) FilterOwnershipTransferred

func (_SignalService *SignalServiceFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*SignalServiceOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*SignalServiceFilterer) FilterPaused

func (_SignalService *SignalServiceFilterer) FilterPaused(opts *bind.FilterOpts) (*SignalServicePausedIterator, error)

FilterPaused is a free log retrieval operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.

Solidity: event Paused(address account)

func (*SignalServiceFilterer) FilterSignalSent

func (_SignalService *SignalServiceFilterer) FilterSignalSent(opts *bind.FilterOpts) (*SignalServiceSignalSentIterator, error)

FilterSignalSent is a free log retrieval operation binding the contract event 0x0ad2d108660a211f47bf7fb43a0443cae181624995d3d42b88ee6879d200e973.

Solidity: event SignalSent(address app, bytes32 signal, bytes32 slot, bytes32 value)

func (*SignalServiceFilterer) FilterUnpaused

func (_SignalService *SignalServiceFilterer) FilterUnpaused(opts *bind.FilterOpts) (*SignalServiceUnpausedIterator, error)

FilterUnpaused is a free log retrieval operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.

Solidity: event Unpaused(address account)

func (*SignalServiceFilterer) FilterUpgraded

func (_SignalService *SignalServiceFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*SignalServiceUpgradedIterator, error)

FilterUpgraded is a free log retrieval operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.

Solidity: event Upgraded(address indexed implementation)

func (*SignalServiceFilterer) ParseAdminChanged

func (_SignalService *SignalServiceFilterer) ParseAdminChanged(log types.Log) (*SignalServiceAdminChanged, error)

ParseAdminChanged is a log parse operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.

Solidity: event AdminChanged(address previousAdmin, address newAdmin)

func (*SignalServiceFilterer) ParseAuthorized

func (_SignalService *SignalServiceFilterer) ParseAuthorized(log types.Log) (*SignalServiceAuthorized, error)

ParseAuthorized is a log parse operation binding the contract event 0x4c0079b9bcd37cd5d29a13938effd97c881798cbc6bd52a3026a29d94b27d1bf.

Solidity: event Authorized(address indexed addr, bool authrized)

func (*SignalServiceFilterer) ParseBeaconUpgraded

func (_SignalService *SignalServiceFilterer) ParseBeaconUpgraded(log types.Log) (*SignalServiceBeaconUpgraded, error)

ParseBeaconUpgraded is a log parse operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.

Solidity: event BeaconUpgraded(address indexed beacon)

func (*SignalServiceFilterer) ParseChainDataSynced

func (_SignalService *SignalServiceFilterer) ParseChainDataSynced(log types.Log) (*SignalServiceChainDataSynced, error)

ParseChainDataSynced is a log parse operation binding the contract event 0xde247c825b1fb2d7ff9e0e771cba6f9e757ad04479fcdc135d88ae91fd50b37d.

Solidity: event ChainDataSynced(uint64 indexed chainId, uint64 indexed blockId, bytes32 indexed kind, bytes32 data, bytes32 signal)

func (*SignalServiceFilterer) ParseInitialized

func (_SignalService *SignalServiceFilterer) ParseInitialized(log types.Log) (*SignalServiceInitialized, error)

ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.

Solidity: event Initialized(uint8 version)

func (*SignalServiceFilterer) ParseOwnershipTransferStarted

func (_SignalService *SignalServiceFilterer) ParseOwnershipTransferStarted(log types.Log) (*SignalServiceOwnershipTransferStarted, error)

ParseOwnershipTransferStarted is a log parse operation binding the contract event 0x38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700.

Solidity: event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)

func (*SignalServiceFilterer) ParseOwnershipTransferred

func (_SignalService *SignalServiceFilterer) ParseOwnershipTransferred(log types.Log) (*SignalServiceOwnershipTransferred, error)

ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*SignalServiceFilterer) ParsePaused

func (_SignalService *SignalServiceFilterer) ParsePaused(log types.Log) (*SignalServicePaused, error)

ParsePaused is a log parse operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.

Solidity: event Paused(address account)

func (*SignalServiceFilterer) ParseSignalSent

func (_SignalService *SignalServiceFilterer) ParseSignalSent(log types.Log) (*SignalServiceSignalSent, error)

ParseSignalSent is a log parse operation binding the contract event 0x0ad2d108660a211f47bf7fb43a0443cae181624995d3d42b88ee6879d200e973.

Solidity: event SignalSent(address app, bytes32 signal, bytes32 slot, bytes32 value)

func (*SignalServiceFilterer) ParseUnpaused

func (_SignalService *SignalServiceFilterer) ParseUnpaused(log types.Log) (*SignalServiceUnpaused, error)

ParseUnpaused is a log parse operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.

Solidity: event Unpaused(address account)

func (*SignalServiceFilterer) ParseUpgraded

func (_SignalService *SignalServiceFilterer) ParseUpgraded(log types.Log) (*SignalServiceUpgraded, error)

ParseUpgraded is a log parse operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.

Solidity: event Upgraded(address indexed implementation)

func (*SignalServiceFilterer) WatchAdminChanged

func (_SignalService *SignalServiceFilterer) WatchAdminChanged(opts *bind.WatchOpts, sink chan<- *SignalServiceAdminChanged) (event.Subscription, error)

WatchAdminChanged is a free log subscription operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.

Solidity: event AdminChanged(address previousAdmin, address newAdmin)

func (*SignalServiceFilterer) WatchAuthorized

func (_SignalService *SignalServiceFilterer) WatchAuthorized(opts *bind.WatchOpts, sink chan<- *SignalServiceAuthorized, addr []common.Address) (event.Subscription, error)

WatchAuthorized is a free log subscription operation binding the contract event 0x4c0079b9bcd37cd5d29a13938effd97c881798cbc6bd52a3026a29d94b27d1bf.

Solidity: event Authorized(address indexed addr, bool authrized)

func (*SignalServiceFilterer) WatchBeaconUpgraded

func (_SignalService *SignalServiceFilterer) WatchBeaconUpgraded(opts *bind.WatchOpts, sink chan<- *SignalServiceBeaconUpgraded, beacon []common.Address) (event.Subscription, error)

WatchBeaconUpgraded is a free log subscription operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.

Solidity: event BeaconUpgraded(address indexed beacon)

func (*SignalServiceFilterer) WatchChainDataSynced

func (_SignalService *SignalServiceFilterer) WatchChainDataSynced(opts *bind.WatchOpts, sink chan<- *SignalServiceChainDataSynced, chainId []uint64, blockId []uint64, kind [][32]byte) (event.Subscription, error)

WatchChainDataSynced is a free log subscription operation binding the contract event 0xde247c825b1fb2d7ff9e0e771cba6f9e757ad04479fcdc135d88ae91fd50b37d.

Solidity: event ChainDataSynced(uint64 indexed chainId, uint64 indexed blockId, bytes32 indexed kind, bytes32 data, bytes32 signal)

func (*SignalServiceFilterer) WatchInitialized

func (_SignalService *SignalServiceFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *SignalServiceInitialized) (event.Subscription, error)

WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.

Solidity: event Initialized(uint8 version)

func (*SignalServiceFilterer) WatchOwnershipTransferStarted

func (_SignalService *SignalServiceFilterer) WatchOwnershipTransferStarted(opts *bind.WatchOpts, sink chan<- *SignalServiceOwnershipTransferStarted, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferStarted is a free log subscription operation binding the contract event 0x38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700.

Solidity: event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)

func (*SignalServiceFilterer) WatchOwnershipTransferred

func (_SignalService *SignalServiceFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *SignalServiceOwnershipTransferred, 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)

func (*SignalServiceFilterer) WatchPaused

func (_SignalService *SignalServiceFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *SignalServicePaused) (event.Subscription, error)

WatchPaused is a free log subscription operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.

Solidity: event Paused(address account)

func (*SignalServiceFilterer) WatchSignalSent

func (_SignalService *SignalServiceFilterer) WatchSignalSent(opts *bind.WatchOpts, sink chan<- *SignalServiceSignalSent) (event.Subscription, error)

WatchSignalSent is a free log subscription operation binding the contract event 0x0ad2d108660a211f47bf7fb43a0443cae181624995d3d42b88ee6879d200e973.

Solidity: event SignalSent(address app, bytes32 signal, bytes32 slot, bytes32 value)

func (*SignalServiceFilterer) WatchUnpaused

func (_SignalService *SignalServiceFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *SignalServiceUnpaused) (event.Subscription, error)

WatchUnpaused is a free log subscription operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.

Solidity: event Unpaused(address account)

func (*SignalServiceFilterer) WatchUpgraded

func (_SignalService *SignalServiceFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *SignalServiceUpgraded, implementation []common.Address) (event.Subscription, error)

WatchUpgraded is a free log subscription operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.

Solidity: event Upgraded(address indexed implementation)

type SignalServiceInitialized

type SignalServiceInitialized struct {
	Version uint8
	Raw     types.Log // Blockchain specific contextual infos
}

SignalServiceInitialized represents a Initialized event raised by the SignalService contract.

type SignalServiceInitializedIterator

type SignalServiceInitializedIterator struct {
	Event *SignalServiceInitialized // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the SignalService contract.

func (*SignalServiceInitializedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceInitializedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceInitializedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type SignalServiceOwnershipTransferStarted

type SignalServiceOwnershipTransferStarted struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

SignalServiceOwnershipTransferStarted represents a OwnershipTransferStarted event raised by the SignalService contract.

type SignalServiceOwnershipTransferStartedIterator

type SignalServiceOwnershipTransferStartedIterator struct {
	Event *SignalServiceOwnershipTransferStarted // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceOwnershipTransferStartedIterator is returned from FilterOwnershipTransferStarted and is used to iterate over the raw logs and unpacked data for OwnershipTransferStarted events raised by the SignalService contract.

func (*SignalServiceOwnershipTransferStartedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceOwnershipTransferStartedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceOwnershipTransferStartedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type SignalServiceOwnershipTransferred

type SignalServiceOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

SignalServiceOwnershipTransferred represents a OwnershipTransferred event raised by the SignalService contract.

type SignalServiceOwnershipTransferredIterator

type SignalServiceOwnershipTransferredIterator struct {
	Event *SignalServiceOwnershipTransferred // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the SignalService contract.

func (*SignalServiceOwnershipTransferredIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceOwnershipTransferredIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type SignalServicePaused

type SignalServicePaused struct {
	Account common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

SignalServicePaused represents a Paused event raised by the SignalService contract.

type SignalServicePausedIterator

type SignalServicePausedIterator struct {
	Event *SignalServicePaused // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServicePausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the SignalService contract.

func (*SignalServicePausedIterator) Close

func (it *SignalServicePausedIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServicePausedIterator) Error

func (it *SignalServicePausedIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServicePausedIterator) Next

func (it *SignalServicePausedIterator) 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 SignalServiceRaw

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

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

func (*SignalServiceRaw) Call

func (_SignalService *SignalServiceRaw) 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 (*SignalServiceRaw) Transact

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

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

func (*SignalServiceRaw) Transfer

func (_SignalService *SignalServiceRaw) 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 SignalServiceSession

type SignalServiceSession struct {
	Contract     *SignalService    // 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
}

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

func (*SignalServiceSession) AcceptOwnership

func (_SignalService *SignalServiceSession) AcceptOwnership() (*types.Transaction, error)

AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.

Solidity: function acceptOwnership() returns()

func (*SignalServiceSession) AddressManager

func (_SignalService *SignalServiceSession) AddressManager() (common.Address, error)

AddressManager is a free data retrieval call binding the contract method 0x3ab76e9f.

Solidity: function addressManager() view returns(address)

func (*SignalServiceSession) Authorize

func (_SignalService *SignalServiceSession) Authorize(_addr common.Address, _authorize bool) (*types.Transaction, error)

Authorize is a paid mutator transaction binding the contract method 0x2d1fb389.

Solidity: function authorize(address _addr, bool _authorize) returns()

func (*SignalServiceSession) GetSignalSlot

func (_SignalService *SignalServiceSession) GetSignalSlot(_chainId uint64, _app common.Address, _signal [32]byte) ([32]byte, error)

GetSignalSlot is a free data retrieval call binding the contract method 0x91f3f74b.

Solidity: function getSignalSlot(uint64 _chainId, address _app, bytes32 _signal) pure returns(bytes32)

func (*SignalServiceSession) GetSyncedChainData

func (_SignalService *SignalServiceSession) GetSyncedChainData(_chainId uint64, _kind [32]byte, _blockId uint64) (struct {
	BlockId   uint64
	ChainData [32]byte
}, error)

GetSyncedChainData is a free data retrieval call binding the contract method 0xdfc8ff1d.

Solidity: function getSyncedChainData(uint64 _chainId, bytes32 _kind, uint64 _blockId) view returns(uint64 blockId_, bytes32 chainData_)

func (*SignalServiceSession) Init

func (_SignalService *SignalServiceSession) Init(_owner common.Address, _addressManager common.Address) (*types.Transaction, error)

Init is a paid mutator transaction binding the contract method 0xf09a4016.

Solidity: function init(address _owner, address _addressManager) returns()

func (*SignalServiceSession) IsAuthorized

func (_SignalService *SignalServiceSession) IsAuthorized(addr common.Address) (bool, error)

IsAuthorized is a free data retrieval call binding the contract method 0xfe9fbb80.

Solidity: function isAuthorized(address addr) view returns(bool authorized)

func (*SignalServiceSession) IsChainDataSynced

func (_SignalService *SignalServiceSession) IsChainDataSynced(_chainId uint64, _kind [32]byte, _blockId uint64, _chainData [32]byte) (bool, error)

IsChainDataSynced is a free data retrieval call binding the contract method 0x3ced0e08.

Solidity: function isChainDataSynced(uint64 _chainId, bytes32 _kind, uint64 _blockId, bytes32 _chainData) view returns(bool)

func (*SignalServiceSession) IsSignalSent

func (_SignalService *SignalServiceSession) IsSignalSent(_app common.Address, _signal [32]byte) (bool, error)

IsSignalSent is a free data retrieval call binding the contract method 0x32676bc6.

Solidity: function isSignalSent(address _app, bytes32 _signal) view returns(bool)

func (*SignalServiceSession) Owner

func (_SignalService *SignalServiceSession) Owner() (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*SignalServiceSession) Pause

func (_SignalService *SignalServiceSession) Pause() (*types.Transaction, error)

Pause is a paid mutator transaction binding the contract method 0x8456cb59.

Solidity: function pause() returns()

func (*SignalServiceSession) Paused

func (_SignalService *SignalServiceSession) Paused() (bool, error)

Paused is a free data retrieval call binding the contract method 0x5c975abb.

Solidity: function paused() view returns(bool)

func (*SignalServiceSession) PendingOwner

func (_SignalService *SignalServiceSession) PendingOwner() (common.Address, error)

PendingOwner is a free data retrieval call binding the contract method 0xe30c3978.

Solidity: function pendingOwner() view returns(address)

func (*SignalServiceSession) ProveSignalReceived

func (_SignalService *SignalServiceSession) ProveSignalReceived(_chainId uint64, _app common.Address, _signal [32]byte, _proof []byte) (*types.Transaction, error)

ProveSignalReceived is a paid mutator transaction binding the contract method 0x910af6ed.

Solidity: function proveSignalReceived(uint64 _chainId, address _app, bytes32 _signal, bytes _proof) returns()

func (*SignalServiceSession) ProxiableUUID

func (_SignalService *SignalServiceSession) ProxiableUUID() ([32]byte, error)

ProxiableUUID is a free data retrieval call binding the contract method 0x52d1902d.

Solidity: function proxiableUUID() view returns(bytes32)

func (*SignalServiceSession) RenounceOwnership

func (_SignalService *SignalServiceSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*SignalServiceSession) Resolve

func (_SignalService *SignalServiceSession) Resolve(_chainId uint64, _name [32]byte, _allowZeroAddress bool) (common.Address, error)

Resolve is a free data retrieval call binding the contract method 0x3eb6b8cf.

Solidity: function resolve(uint64 _chainId, bytes32 _name, bool _allowZeroAddress) view returns(address)

func (*SignalServiceSession) Resolve0

func (_SignalService *SignalServiceSession) Resolve0(_name [32]byte, _allowZeroAddress bool) (common.Address, error)

Resolve0 is a free data retrieval call binding the contract method 0xa86f9d9e.

Solidity: function resolve(bytes32 _name, bool _allowZeroAddress) view returns(address)

func (*SignalServiceSession) SendSignal

func (_SignalService *SignalServiceSession) SendSignal(_signal [32]byte) (*types.Transaction, error)

SendSignal is a paid mutator transaction binding the contract method 0x66ca2bc0.

Solidity: function sendSignal(bytes32 _signal) returns(bytes32)

func (*SignalServiceSession) SignalForChainData

func (_SignalService *SignalServiceSession) SignalForChainData(_chainId uint64, _kind [32]byte, _blockId uint64) ([32]byte, error)

SignalForChainData is a free data retrieval call binding the contract method 0x9b527cfa.

Solidity: function signalForChainData(uint64 _chainId, bytes32 _kind, uint64 _blockId) pure returns(bytes32)

func (*SignalServiceSession) SyncChainData

func (_SignalService *SignalServiceSession) SyncChainData(_chainId uint64, _kind [32]byte, _blockId uint64, _chainData [32]byte) (*types.Transaction, error)

SyncChainData is a paid mutator transaction binding the contract method 0x4f90a674.

Solidity: function syncChainData(uint64 _chainId, bytes32 _kind, uint64 _blockId, bytes32 _chainData) returns(bytes32)

func (*SignalServiceSession) TopBlockId

func (_SignalService *SignalServiceSession) TopBlockId(chainId uint64, kind [32]byte) (uint64, error)

TopBlockId is a free data retrieval call binding the contract method 0x355bcc3d.

Solidity: function topBlockId(uint64 chainId, bytes32 kind) view returns(uint64 blockId)

func (*SignalServiceSession) TransferOwnership

func (_SignalService *SignalServiceSession) 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 (*SignalServiceSession) Unpause

func (_SignalService *SignalServiceSession) Unpause() (*types.Transaction, error)

Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.

Solidity: function unpause() returns()

func (*SignalServiceSession) UpgradeTo

func (_SignalService *SignalServiceSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)

UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.

Solidity: function upgradeTo(address newImplementation) returns()

func (*SignalServiceSession) UpgradeToAndCall

func (_SignalService *SignalServiceSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)

UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.

Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()

type SignalServiceSignalSent

type SignalServiceSignalSent struct {
	App    common.Address
	Signal [32]byte
	Slot   [32]byte
	Value  [32]byte
	Raw    types.Log // Blockchain specific contextual infos
}

SignalServiceSignalSent represents a SignalSent event raised by the SignalService contract.

type SignalServiceSignalSentIterator

type SignalServiceSignalSentIterator struct {
	Event *SignalServiceSignalSent // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceSignalSentIterator is returned from FilterSignalSent and is used to iterate over the raw logs and unpacked data for SignalSent events raised by the SignalService contract.

func (*SignalServiceSignalSentIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceSignalSentIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceSignalSentIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type SignalServiceTransactor

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

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

func NewSignalServiceTransactor

func NewSignalServiceTransactor(address common.Address, transactor bind.ContractTransactor) (*SignalServiceTransactor, error)

NewSignalServiceTransactor creates a new write-only instance of SignalService, bound to a specific deployed contract.

func (*SignalServiceTransactor) AcceptOwnership

func (_SignalService *SignalServiceTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.

Solidity: function acceptOwnership() returns()

func (*SignalServiceTransactor) Authorize

func (_SignalService *SignalServiceTransactor) Authorize(opts *bind.TransactOpts, _addr common.Address, _authorize bool) (*types.Transaction, error)

Authorize is a paid mutator transaction binding the contract method 0x2d1fb389.

Solidity: function authorize(address _addr, bool _authorize) returns()

func (*SignalServiceTransactor) Init

func (_SignalService *SignalServiceTransactor) Init(opts *bind.TransactOpts, _owner common.Address, _addressManager common.Address) (*types.Transaction, error)

Init is a paid mutator transaction binding the contract method 0xf09a4016.

Solidity: function init(address _owner, address _addressManager) returns()

func (*SignalServiceTransactor) Pause

func (_SignalService *SignalServiceTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)

Pause is a paid mutator transaction binding the contract method 0x8456cb59.

Solidity: function pause() returns()

func (*SignalServiceTransactor) ProveSignalReceived

func (_SignalService *SignalServiceTransactor) ProveSignalReceived(opts *bind.TransactOpts, _chainId uint64, _app common.Address, _signal [32]byte, _proof []byte) (*types.Transaction, error)

ProveSignalReceived is a paid mutator transaction binding the contract method 0x910af6ed.

Solidity: function proveSignalReceived(uint64 _chainId, address _app, bytes32 _signal, bytes _proof) returns()

func (*SignalServiceTransactor) RenounceOwnership

func (_SignalService *SignalServiceTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*SignalServiceTransactor) SendSignal

func (_SignalService *SignalServiceTransactor) SendSignal(opts *bind.TransactOpts, _signal [32]byte) (*types.Transaction, error)

SendSignal is a paid mutator transaction binding the contract method 0x66ca2bc0.

Solidity: function sendSignal(bytes32 _signal) returns(bytes32)

func (*SignalServiceTransactor) SyncChainData

func (_SignalService *SignalServiceTransactor) SyncChainData(opts *bind.TransactOpts, _chainId uint64, _kind [32]byte, _blockId uint64, _chainData [32]byte) (*types.Transaction, error)

SyncChainData is a paid mutator transaction binding the contract method 0x4f90a674.

Solidity: function syncChainData(uint64 _chainId, bytes32 _kind, uint64 _blockId, bytes32 _chainData) returns(bytes32)

func (*SignalServiceTransactor) TransferOwnership

func (_SignalService *SignalServiceTransactor) 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 (*SignalServiceTransactor) Unpause

func (_SignalService *SignalServiceTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)

Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.

Solidity: function unpause() returns()

func (*SignalServiceTransactor) UpgradeTo

func (_SignalService *SignalServiceTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)

UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.

Solidity: function upgradeTo(address newImplementation) returns()

func (*SignalServiceTransactor) UpgradeToAndCall

func (_SignalService *SignalServiceTransactor) UpgradeToAndCall(opts *bind.TransactOpts, newImplementation common.Address, data []byte) (*types.Transaction, error)

UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.

Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()

type SignalServiceTransactorRaw

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

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

func (*SignalServiceTransactorRaw) Transact

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

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

func (*SignalServiceTransactorRaw) Transfer

func (_SignalService *SignalServiceTransactorRaw) 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 SignalServiceTransactorSession

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

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

func (*SignalServiceTransactorSession) AcceptOwnership

func (_SignalService *SignalServiceTransactorSession) AcceptOwnership() (*types.Transaction, error)

AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.

Solidity: function acceptOwnership() returns()

func (*SignalServiceTransactorSession) Authorize

func (_SignalService *SignalServiceTransactorSession) Authorize(_addr common.Address, _authorize bool) (*types.Transaction, error)

Authorize is a paid mutator transaction binding the contract method 0x2d1fb389.

Solidity: function authorize(address _addr, bool _authorize) returns()

func (*SignalServiceTransactorSession) Init

func (_SignalService *SignalServiceTransactorSession) Init(_owner common.Address, _addressManager common.Address) (*types.Transaction, error)

Init is a paid mutator transaction binding the contract method 0xf09a4016.

Solidity: function init(address _owner, address _addressManager) returns()

func (*SignalServiceTransactorSession) Pause

func (_SignalService *SignalServiceTransactorSession) Pause() (*types.Transaction, error)

Pause is a paid mutator transaction binding the contract method 0x8456cb59.

Solidity: function pause() returns()

func (*SignalServiceTransactorSession) ProveSignalReceived

func (_SignalService *SignalServiceTransactorSession) ProveSignalReceived(_chainId uint64, _app common.Address, _signal [32]byte, _proof []byte) (*types.Transaction, error)

ProveSignalReceived is a paid mutator transaction binding the contract method 0x910af6ed.

Solidity: function proveSignalReceived(uint64 _chainId, address _app, bytes32 _signal, bytes _proof) returns()

func (*SignalServiceTransactorSession) RenounceOwnership

func (_SignalService *SignalServiceTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*SignalServiceTransactorSession) SendSignal

func (_SignalService *SignalServiceTransactorSession) SendSignal(_signal [32]byte) (*types.Transaction, error)

SendSignal is a paid mutator transaction binding the contract method 0x66ca2bc0.

Solidity: function sendSignal(bytes32 _signal) returns(bytes32)

func (*SignalServiceTransactorSession) SyncChainData

func (_SignalService *SignalServiceTransactorSession) SyncChainData(_chainId uint64, _kind [32]byte, _blockId uint64, _chainData [32]byte) (*types.Transaction, error)

SyncChainData is a paid mutator transaction binding the contract method 0x4f90a674.

Solidity: function syncChainData(uint64 _chainId, bytes32 _kind, uint64 _blockId, bytes32 _chainData) returns(bytes32)

func (*SignalServiceTransactorSession) TransferOwnership

func (_SignalService *SignalServiceTransactorSession) 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 (*SignalServiceTransactorSession) Unpause

func (_SignalService *SignalServiceTransactorSession) Unpause() (*types.Transaction, error)

Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.

Solidity: function unpause() returns()

func (*SignalServiceTransactorSession) UpgradeTo

func (_SignalService *SignalServiceTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)

UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.

Solidity: function upgradeTo(address newImplementation) returns()

func (*SignalServiceTransactorSession) UpgradeToAndCall

func (_SignalService *SignalServiceTransactorSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)

UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.

Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()

type SignalServiceUnpaused

type SignalServiceUnpaused struct {
	Account common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

SignalServiceUnpaused represents a Unpaused event raised by the SignalService contract.

type SignalServiceUnpausedIterator

type SignalServiceUnpausedIterator struct {
	Event *SignalServiceUnpaused // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the SignalService contract.

func (*SignalServiceUnpausedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceUnpausedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceUnpausedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type SignalServiceUpgraded

type SignalServiceUpgraded struct {
	Implementation common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

SignalServiceUpgraded represents a Upgraded event raised by the SignalService contract.

type SignalServiceUpgradedIterator

type SignalServiceUpgradedIterator struct {
	Event *SignalServiceUpgraded // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

SignalServiceUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the SignalService contract.

func (*SignalServiceUpgradedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*SignalServiceUpgradedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SignalServiceUpgradedIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL