Documentation ¶
Index ¶
- Constants
- Variables
- type BeaconDeposit
- type BeaconDepositCaller
- func (_BeaconDeposit *BeaconDepositCaller) GetDepositCount(opts *bind.CallOpts) ([]byte, error)
- func (_BeaconDeposit *BeaconDepositCaller) GetDepositRoot(opts *bind.CallOpts) ([32]byte, error)
- func (_BeaconDeposit *BeaconDepositCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- type BeaconDepositCallerRaw
- type BeaconDepositCallerSession
- type BeaconDepositDepositEvent
- type BeaconDepositDepositEventIterator
- type BeaconDepositFilterer
- func (_BeaconDeposit *BeaconDepositFilterer) FilterDepositEvent(opts *bind.FilterOpts) (*BeaconDepositDepositEventIterator, error)
- func (_BeaconDeposit *BeaconDepositFilterer) ParseDepositEvent(log types.Log) (*BeaconDepositDepositEvent, error)
- func (_BeaconDeposit *BeaconDepositFilterer) WatchDepositEvent(opts *bind.WatchOpts, sink chan<- *BeaconDepositDepositEvent) (event.Subscription, error)
- type BeaconDepositRaw
- func (_BeaconDeposit *BeaconDepositRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_BeaconDeposit *BeaconDepositRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_BeaconDeposit *BeaconDepositRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type BeaconDepositSession
- func (_BeaconDeposit *BeaconDepositSession) Deposit(pubkey []byte, withdrawal_credentials []byte, signature []byte, ...) (*types.Transaction, error)
- func (_BeaconDeposit *BeaconDepositSession) GetDepositCount() ([]byte, error)
- func (_BeaconDeposit *BeaconDepositSession) GetDepositRoot() ([32]byte, error)
- func (_BeaconDeposit *BeaconDepositSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- type BeaconDepositTransactor
- type BeaconDepositTransactorRaw
- type BeaconDepositTransactorSession
- type RocketSignerRegistry
- type RocketSignerRegistryCaller
- type RocketSignerRegistryCallerRaw
- type RocketSignerRegistryCallerSession
- type RocketSignerRegistryFilterer
- func (_RocketSignerRegistry *RocketSignerRegistryFilterer) FilterSignerSet(opts *bind.FilterOpts, nodeAddress []common.Address) (*RocketSignerRegistrySignerSetIterator, error)
- func (_RocketSignerRegistry *RocketSignerRegistryFilterer) ParseSignerSet(log types.Log) (*RocketSignerRegistrySignerSet, error)
- func (_RocketSignerRegistry *RocketSignerRegistryFilterer) WatchSignerSet(opts *bind.WatchOpts, sink chan<- *RocketSignerRegistrySignerSet, ...) (event.Subscription, error)
- type RocketSignerRegistryRaw
- func (_RocketSignerRegistry *RocketSignerRegistryRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_RocketSignerRegistry *RocketSignerRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_RocketSignerRegistry *RocketSignerRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type RocketSignerRegistrySession
- func (_RocketSignerRegistry *RocketSignerRegistrySession) ClearSigner() (*types.Transaction, error)
- func (_RocketSignerRegistry *RocketSignerRegistrySession) NodeToSigner(arg0 common.Address) (common.Address, error)
- func (_RocketSignerRegistry *RocketSignerRegistrySession) SetSigner(_signer common.Address, _v uint8, _r [32]byte, _s [32]byte) (*types.Transaction, error)
- func (_RocketSignerRegistry *RocketSignerRegistrySession) SignerToNode(arg0 common.Address) (common.Address, error)
- type RocketSignerRegistrySignerSet
- type RocketSignerRegistrySignerSetIterator
- type RocketSignerRegistryTransactor
- func (_RocketSignerRegistry *RocketSignerRegistryTransactor) ClearSigner(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_RocketSignerRegistry *RocketSignerRegistryTransactor) SetSigner(opts *bind.TransactOpts, _signer common.Address, _v uint8, _r [32]byte, ...) (*types.Transaction, error)
- type RocketSignerRegistryTransactorRaw
- type RocketSignerRegistryTransactorSession
Constants ¶
const BeaconDepositABI = "" /* 1613-byte string literal not displayed */
BeaconDepositABI is the input ABI used to generate the binding from.
Variables ¶
var RocketSignerRegistryABI = RocketSignerRegistryMetaData.ABI
RocketSignerRegistryABI is the input ABI used to generate the binding from. Deprecated: Use RocketSignerRegistryMetaData.ABI instead.
var RocketSignerRegistryMetaData = &bind.MetaData{
ABI: "[{\"type\":\"function\",\"name\":\"clearSigner\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"nodeToSigner\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"setSigner\",\"inputs\":[{\"name\":\"_signer\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_v\",\"type\":\"uint8\",\"internalType\":\"uint8\"},{\"name\":\"_r\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_s\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"signerToNode\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"SignerSet\",\"inputs\":[{\"name\":\"nodeAddress\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"signerAddress\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"StringsInsufficientHexLength\",\"inputs\":[{\"name\":\"value\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"length\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]}]",
}
RocketSignerRegistryMetaData contains all meta data concerning the RocketSignerRegistry contract.
Functions ¶
This section is empty.
Types ¶
type BeaconDeposit ¶
type BeaconDeposit struct { BeaconDepositCaller // Read-only binding to the contract BeaconDepositTransactor // Write-only binding to the contract BeaconDepositFilterer // Log filterer for contract events }
BeaconDeposit is an auto generated Go binding around an Ethereum contract.
func NewBeaconDeposit ¶
func NewBeaconDeposit(address common.Address, backend bind.ContractBackend) (*BeaconDeposit, error)
NewBeaconDeposit creates a new instance of BeaconDeposit, bound to a specific deployed contract.
type BeaconDepositCaller ¶
type BeaconDepositCaller struct {
// contains filtered or unexported fields
}
BeaconDepositCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewBeaconDepositCaller ¶
func NewBeaconDepositCaller(address common.Address, caller bind.ContractCaller) (*BeaconDepositCaller, error)
NewBeaconDepositCaller creates a new read-only instance of BeaconDeposit, bound to a specific deployed contract.
func (*BeaconDepositCaller) GetDepositCount ¶
func (_BeaconDeposit *BeaconDepositCaller) GetDepositCount(opts *bind.CallOpts) ([]byte, error)
GetDepositCount is a free data retrieval call binding the contract method 0x621fd130.
Solidity: function get_deposit_count() view returns(bytes)
func (*BeaconDepositCaller) GetDepositRoot ¶
func (_BeaconDeposit *BeaconDepositCaller) GetDepositRoot(opts *bind.CallOpts) ([32]byte, error)
GetDepositRoot is a free data retrieval call binding the contract method 0xc5f2892f.
Solidity: function get_deposit_root() view returns(bytes32)
func (*BeaconDepositCaller) SupportsInterface ¶
func (_BeaconDeposit *BeaconDepositCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) pure returns(bool)
type BeaconDepositCallerRaw ¶
type BeaconDepositCallerRaw struct {
Contract *BeaconDepositCaller // Generic read-only contract binding to access the raw methods on
}
BeaconDepositCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*BeaconDepositCallerRaw) Call ¶
func (_BeaconDeposit *BeaconDepositCallerRaw) 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 BeaconDepositCallerSession ¶
type BeaconDepositCallerSession struct { Contract *BeaconDepositCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
BeaconDepositCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*BeaconDepositCallerSession) GetDepositCount ¶
func (_BeaconDeposit *BeaconDepositCallerSession) GetDepositCount() ([]byte, error)
GetDepositCount is a free data retrieval call binding the contract method 0x621fd130.
Solidity: function get_deposit_count() view returns(bytes)
func (*BeaconDepositCallerSession) GetDepositRoot ¶
func (_BeaconDeposit *BeaconDepositCallerSession) GetDepositRoot() ([32]byte, error)
GetDepositRoot is a free data retrieval call binding the contract method 0xc5f2892f.
Solidity: function get_deposit_root() view returns(bytes32)
func (*BeaconDepositCallerSession) SupportsInterface ¶
func (_BeaconDeposit *BeaconDepositCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) pure returns(bool)
type BeaconDepositDepositEvent ¶
type BeaconDepositDepositEvent struct { Pubkey []byte WithdrawalCredentials []byte Amount []byte Signature []byte Index []byte Raw types.Log // Blockchain specific contextual infos }
BeaconDepositDepositEvent represents a DepositEvent event raised by the BeaconDeposit contract.
type BeaconDepositDepositEventIterator ¶
type BeaconDepositDepositEventIterator struct { Event *BeaconDepositDepositEvent // Event containing the contract specifics and raw log // contains filtered or unexported fields }
BeaconDepositDepositEventIterator is returned from FilterDepositEvent and is used to iterate over the raw logs and unpacked data for DepositEvent events raised by the BeaconDeposit contract.
func (*BeaconDepositDepositEventIterator) Close ¶
func (it *BeaconDepositDepositEventIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*BeaconDepositDepositEventIterator) Error ¶
func (it *BeaconDepositDepositEventIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*BeaconDepositDepositEventIterator) Next ¶
func (it *BeaconDepositDepositEventIterator) 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 BeaconDepositFilterer ¶
type BeaconDepositFilterer struct {
// contains filtered or unexported fields
}
BeaconDepositFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewBeaconDepositFilterer ¶
func NewBeaconDepositFilterer(address common.Address, filterer bind.ContractFilterer) (*BeaconDepositFilterer, error)
NewBeaconDepositFilterer creates a new log filterer instance of BeaconDeposit, bound to a specific deployed contract.
func (*BeaconDepositFilterer) FilterDepositEvent ¶
func (_BeaconDeposit *BeaconDepositFilterer) FilterDepositEvent(opts *bind.FilterOpts) (*BeaconDepositDepositEventIterator, error)
FilterDepositEvent is a free log retrieval operation binding the contract event 0x649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c5.
Solidity: event DepositEvent(bytes pubkey, bytes withdrawal_credentials, bytes amount, bytes signature, bytes index)
func (*BeaconDepositFilterer) ParseDepositEvent ¶
func (_BeaconDeposit *BeaconDepositFilterer) ParseDepositEvent(log types.Log) (*BeaconDepositDepositEvent, error)
ParseDepositEvent is a log parse operation binding the contract event 0x649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c5.
Solidity: event DepositEvent(bytes pubkey, bytes withdrawal_credentials, bytes amount, bytes signature, bytes index)
func (*BeaconDepositFilterer) WatchDepositEvent ¶
func (_BeaconDeposit *BeaconDepositFilterer) WatchDepositEvent(opts *bind.WatchOpts, sink chan<- *BeaconDepositDepositEvent) (event.Subscription, error)
WatchDepositEvent is a free log subscription operation binding the contract event 0x649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c5.
Solidity: event DepositEvent(bytes pubkey, bytes withdrawal_credentials, bytes amount, bytes signature, bytes index)
type BeaconDepositRaw ¶
type BeaconDepositRaw struct {
Contract *BeaconDeposit // Generic contract binding to access the raw methods on
}
BeaconDepositRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*BeaconDepositRaw) Call ¶
func (_BeaconDeposit *BeaconDepositRaw) 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 (*BeaconDepositRaw) Transact ¶
func (_BeaconDeposit *BeaconDepositRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*BeaconDepositRaw) Transfer ¶
func (_BeaconDeposit *BeaconDepositRaw) 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 BeaconDepositSession ¶
type BeaconDepositSession struct { Contract *BeaconDeposit // 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 }
BeaconDepositSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*BeaconDepositSession) Deposit ¶
func (_BeaconDeposit *BeaconDepositSession) Deposit(pubkey []byte, withdrawal_credentials []byte, signature []byte, deposit_data_root [32]byte) (*types.Transaction, error)
Deposit is a paid mutator transaction binding the contract method 0x22895118.
Solidity: function deposit(bytes pubkey, bytes withdrawal_credentials, bytes signature, bytes32 deposit_data_root) payable returns()
func (*BeaconDepositSession) GetDepositCount ¶
func (_BeaconDeposit *BeaconDepositSession) GetDepositCount() ([]byte, error)
GetDepositCount is a free data retrieval call binding the contract method 0x621fd130.
Solidity: function get_deposit_count() view returns(bytes)
func (*BeaconDepositSession) GetDepositRoot ¶
func (_BeaconDeposit *BeaconDepositSession) GetDepositRoot() ([32]byte, error)
GetDepositRoot is a free data retrieval call binding the contract method 0xc5f2892f.
Solidity: function get_deposit_root() view returns(bytes32)
func (*BeaconDepositSession) SupportsInterface ¶
func (_BeaconDeposit *BeaconDepositSession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) pure returns(bool)
type BeaconDepositTransactor ¶
type BeaconDepositTransactor struct {
// contains filtered or unexported fields
}
BeaconDepositTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewBeaconDepositTransactor ¶
func NewBeaconDepositTransactor(address common.Address, transactor bind.ContractTransactor) (*BeaconDepositTransactor, error)
NewBeaconDepositTransactor creates a new write-only instance of BeaconDeposit, bound to a specific deployed contract.
func (*BeaconDepositTransactor) Deposit ¶
func (_BeaconDeposit *BeaconDepositTransactor) Deposit(opts *bind.TransactOpts, pubkey []byte, withdrawal_credentials []byte, signature []byte, deposit_data_root [32]byte) (*types.Transaction, error)
Deposit is a paid mutator transaction binding the contract method 0x22895118.
Solidity: function deposit(bytes pubkey, bytes withdrawal_credentials, bytes signature, bytes32 deposit_data_root) payable returns()
type BeaconDepositTransactorRaw ¶
type BeaconDepositTransactorRaw struct {
Contract *BeaconDepositTransactor // Generic write-only contract binding to access the raw methods on
}
BeaconDepositTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*BeaconDepositTransactorRaw) Transact ¶
func (_BeaconDeposit *BeaconDepositTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*BeaconDepositTransactorRaw) Transfer ¶
func (_BeaconDeposit *BeaconDepositTransactorRaw) 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 BeaconDepositTransactorSession ¶
type BeaconDepositTransactorSession struct { Contract *BeaconDepositTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
BeaconDepositTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*BeaconDepositTransactorSession) Deposit ¶
func (_BeaconDeposit *BeaconDepositTransactorSession) Deposit(pubkey []byte, withdrawal_credentials []byte, signature []byte, deposit_data_root [32]byte) (*types.Transaction, error)
Deposit is a paid mutator transaction binding the contract method 0x22895118.
Solidity: function deposit(bytes pubkey, bytes withdrawal_credentials, bytes signature, bytes32 deposit_data_root) payable returns()
type RocketSignerRegistry ¶ added in v1.13.6
type RocketSignerRegistry struct { RocketSignerRegistryCaller // Read-only binding to the contract RocketSignerRegistryTransactor // Write-only binding to the contract RocketSignerRegistryFilterer // Log filterer for contract events }
RocketSignerRegistry is an auto generated Go binding around an Ethereum contract.
func NewRocketSignerRegistry ¶ added in v1.13.6
func NewRocketSignerRegistry(address common.Address, backend bind.ContractBackend) (*RocketSignerRegistry, error)
NewRocketSignerRegistry creates a new instance of RocketSignerRegistry, bound to a specific deployed contract.
type RocketSignerRegistryCaller ¶ added in v1.13.6
type RocketSignerRegistryCaller struct {
// contains filtered or unexported fields
}
RocketSignerRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewRocketSignerRegistryCaller ¶ added in v1.13.6
func NewRocketSignerRegistryCaller(address common.Address, caller bind.ContractCaller) (*RocketSignerRegistryCaller, error)
NewRocketSignerRegistryCaller creates a new read-only instance of RocketSignerRegistry, bound to a specific deployed contract.
func (*RocketSignerRegistryCaller) NodeToSigner ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryCaller) NodeToSigner(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)
NodeToSigner is a free data retrieval call binding the contract method 0x603ac290.
Solidity: function nodeToSigner(address ) view returns(address)
func (*RocketSignerRegistryCaller) SignerToNode ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryCaller) SignerToNode(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)
SignerToNode is a free data retrieval call binding the contract method 0x8ec8af72.
Solidity: function signerToNode(address ) view returns(address)
type RocketSignerRegistryCallerRaw ¶ added in v1.13.6
type RocketSignerRegistryCallerRaw struct {
Contract *RocketSignerRegistryCaller // Generic read-only contract binding to access the raw methods on
}
RocketSignerRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*RocketSignerRegistryCallerRaw) Call ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryCallerRaw) 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 RocketSignerRegistryCallerSession ¶ added in v1.13.6
type RocketSignerRegistryCallerSession struct { Contract *RocketSignerRegistryCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
RocketSignerRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*RocketSignerRegistryCallerSession) NodeToSigner ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryCallerSession) NodeToSigner(arg0 common.Address) (common.Address, error)
NodeToSigner is a free data retrieval call binding the contract method 0x603ac290.
Solidity: function nodeToSigner(address ) view returns(address)
func (*RocketSignerRegistryCallerSession) SignerToNode ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryCallerSession) SignerToNode(arg0 common.Address) (common.Address, error)
SignerToNode is a free data retrieval call binding the contract method 0x8ec8af72.
Solidity: function signerToNode(address ) view returns(address)
type RocketSignerRegistryFilterer ¶ added in v1.13.6
type RocketSignerRegistryFilterer struct {
// contains filtered or unexported fields
}
RocketSignerRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewRocketSignerRegistryFilterer ¶ added in v1.13.6
func NewRocketSignerRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*RocketSignerRegistryFilterer, error)
NewRocketSignerRegistryFilterer creates a new log filterer instance of RocketSignerRegistry, bound to a specific deployed contract.
func (*RocketSignerRegistryFilterer) FilterSignerSet ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryFilterer) FilterSignerSet(opts *bind.FilterOpts, nodeAddress []common.Address) (*RocketSignerRegistrySignerSetIterator, error)
FilterSignerSet is a free log retrieval operation binding the contract event 0xb0604c365feafa080c833b6f6814d321a7561528e696ac2a112c2a0231b0ed35.
Solidity: event SignerSet(address indexed nodeAddress, address signerAddress)
func (*RocketSignerRegistryFilterer) ParseSignerSet ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryFilterer) ParseSignerSet(log types.Log) (*RocketSignerRegistrySignerSet, error)
ParseSignerSet is a log parse operation binding the contract event 0xb0604c365feafa080c833b6f6814d321a7561528e696ac2a112c2a0231b0ed35.
Solidity: event SignerSet(address indexed nodeAddress, address signerAddress)
func (*RocketSignerRegistryFilterer) WatchSignerSet ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryFilterer) WatchSignerSet(opts *bind.WatchOpts, sink chan<- *RocketSignerRegistrySignerSet, nodeAddress []common.Address) (event.Subscription, error)
WatchSignerSet is a free log subscription operation binding the contract event 0xb0604c365feafa080c833b6f6814d321a7561528e696ac2a112c2a0231b0ed35.
Solidity: event SignerSet(address indexed nodeAddress, address signerAddress)
type RocketSignerRegistryRaw ¶ added in v1.13.6
type RocketSignerRegistryRaw struct {
Contract *RocketSignerRegistry // Generic contract binding to access the raw methods on
}
RocketSignerRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*RocketSignerRegistryRaw) Call ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryRaw) 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 (*RocketSignerRegistryRaw) Transact ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*RocketSignerRegistryRaw) Transfer ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryRaw) 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 RocketSignerRegistrySession ¶ added in v1.13.6
type RocketSignerRegistrySession struct { Contract *RocketSignerRegistry // 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 }
RocketSignerRegistrySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*RocketSignerRegistrySession) ClearSigner ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistrySession) ClearSigner() (*types.Transaction, error)
ClearSigner is a paid mutator transaction binding the contract method 0xf8d30eb4.
Solidity: function clearSigner() returns()
func (*RocketSignerRegistrySession) NodeToSigner ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistrySession) NodeToSigner(arg0 common.Address) (common.Address, error)
NodeToSigner is a free data retrieval call binding the contract method 0x603ac290.
Solidity: function nodeToSigner(address ) view returns(address)
func (*RocketSignerRegistrySession) SetSigner ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistrySession) SetSigner(_signer common.Address, _v uint8, _r [32]byte, _s [32]byte) (*types.Transaction, error)
SetSigner is a paid mutator transaction binding the contract method 0xba5b9f36.
Solidity: function setSigner(address _signer, uint8 _v, bytes32 _r, bytes32 _s) returns()
func (*RocketSignerRegistrySession) SignerToNode ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistrySession) SignerToNode(arg0 common.Address) (common.Address, error)
SignerToNode is a free data retrieval call binding the contract method 0x8ec8af72.
Solidity: function signerToNode(address ) view returns(address)
type RocketSignerRegistrySignerSet ¶ added in v1.13.6
type RocketSignerRegistrySignerSet struct { NodeAddress common.Address SignerAddress common.Address Raw types.Log // Blockchain specific contextual infos }
RocketSignerRegistrySignerSet represents a SignerSet event raised by the RocketSignerRegistry contract.
type RocketSignerRegistrySignerSetIterator ¶ added in v1.13.6
type RocketSignerRegistrySignerSetIterator struct { Event *RocketSignerRegistrySignerSet // Event containing the contract specifics and raw log // contains filtered or unexported fields }
RocketSignerRegistrySignerSetIterator is returned from FilterSignerSet and is used to iterate over the raw logs and unpacked data for SignerSet events raised by the RocketSignerRegistry contract.
func (*RocketSignerRegistrySignerSetIterator) Close ¶ added in v1.13.6
func (it *RocketSignerRegistrySignerSetIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*RocketSignerRegistrySignerSetIterator) Error ¶ added in v1.13.6
func (it *RocketSignerRegistrySignerSetIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*RocketSignerRegistrySignerSetIterator) Next ¶ added in v1.13.6
func (it *RocketSignerRegistrySignerSetIterator) 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 RocketSignerRegistryTransactor ¶ added in v1.13.6
type RocketSignerRegistryTransactor struct {
// contains filtered or unexported fields
}
RocketSignerRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewRocketSignerRegistryTransactor ¶ added in v1.13.6
func NewRocketSignerRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*RocketSignerRegistryTransactor, error)
NewRocketSignerRegistryTransactor creates a new write-only instance of RocketSignerRegistry, bound to a specific deployed contract.
func (*RocketSignerRegistryTransactor) ClearSigner ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryTransactor) ClearSigner(opts *bind.TransactOpts) (*types.Transaction, error)
ClearSigner is a paid mutator transaction binding the contract method 0xf8d30eb4.
Solidity: function clearSigner() returns()
func (*RocketSignerRegistryTransactor) SetSigner ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryTransactor) SetSigner(opts *bind.TransactOpts, _signer common.Address, _v uint8, _r [32]byte, _s [32]byte) (*types.Transaction, error)
SetSigner is a paid mutator transaction binding the contract method 0xba5b9f36.
Solidity: function setSigner(address _signer, uint8 _v, bytes32 _r, bytes32 _s) returns()
type RocketSignerRegistryTransactorRaw ¶ added in v1.13.6
type RocketSignerRegistryTransactorRaw struct {
Contract *RocketSignerRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
RocketSignerRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*RocketSignerRegistryTransactorRaw) Transact ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*RocketSignerRegistryTransactorRaw) Transfer ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryTransactorRaw) 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 RocketSignerRegistryTransactorSession ¶ added in v1.13.6
type RocketSignerRegistryTransactorSession struct { Contract *RocketSignerRegistryTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
RocketSignerRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*RocketSignerRegistryTransactorSession) ClearSigner ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryTransactorSession) ClearSigner() (*types.Transaction, error)
ClearSigner is a paid mutator transaction binding the contract method 0xf8d30eb4.
Solidity: function clearSigner() returns()
func (*RocketSignerRegistryTransactorSession) SetSigner ¶ added in v1.13.6
func (_RocketSignerRegistry *RocketSignerRegistryTransactorSession) SetSigner(_signer common.Address, _v uint8, _r [32]byte, _s [32]byte) (*types.Transaction, error)
SetSigner is a paid mutator transaction binding the contract method 0xba5b9f36.
Solidity: function setSigner(address _signer, uint8 _v, bytes32 _r, bytes32 _s) returns()