Documentation ¶
Index ¶
- Variables
- type LLOVerifierProxy
- type LLOVerifierProxyAccessControllerSet
- type LLOVerifierProxyAccessControllerSetIterator
- type LLOVerifierProxyCaller
- func (_LLOVerifierProxy *LLOVerifierProxyCaller) GetAccessController(opts *bind.CallOpts) (common.Address, error)
- func (_LLOVerifierProxy *LLOVerifierProxyCaller) GetVerifier(opts *bind.CallOpts, configDigest [32]byte) (common.Address, error)
- func (_LLOVerifierProxy *LLOVerifierProxyCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_LLOVerifierProxy *LLOVerifierProxyCaller) TypeAndVersion(opts *bind.CallOpts) (string, error)
- type LLOVerifierProxyCallerRaw
- type LLOVerifierProxyCallerSession
- func (_LLOVerifierProxy *LLOVerifierProxyCallerSession) GetAccessController() (common.Address, error)
- func (_LLOVerifierProxy *LLOVerifierProxyCallerSession) GetVerifier(configDigest [32]byte) (common.Address, error)
- func (_LLOVerifierProxy *LLOVerifierProxyCallerSession) Owner() (common.Address, error)
- func (_LLOVerifierProxy *LLOVerifierProxyCallerSession) TypeAndVersion() (string, error)
- type LLOVerifierProxyFilterer
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterAccessControllerSet(opts *bind.FilterOpts) (*LLOVerifierProxyAccessControllerSetIterator, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*LLOVerifierProxyOwnershipTransferRequestedIterator, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*LLOVerifierProxyOwnershipTransferredIterator, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterVerifierInitialized(opts *bind.FilterOpts) (*LLOVerifierProxyVerifierInitializedIterator, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterVerifierSet(opts *bind.FilterOpts) (*LLOVerifierProxyVerifierSetIterator, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterVerifierUnset(opts *bind.FilterOpts) (*LLOVerifierProxyVerifierUnsetIterator, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseAccessControllerSet(log types.Log) (*LLOVerifierProxyAccessControllerSet, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseOwnershipTransferRequested(log types.Log) (*LLOVerifierProxyOwnershipTransferRequested, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseOwnershipTransferred(log types.Log) (*LLOVerifierProxyOwnershipTransferred, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseVerifierInitialized(log types.Log) (*LLOVerifierProxyVerifierInitialized, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseVerifierSet(log types.Log) (*LLOVerifierProxyVerifierSet, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseVerifierUnset(log types.Log) (*LLOVerifierProxyVerifierUnset, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchAccessControllerSet(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyAccessControllerSet) (event.Subscription, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchOwnershipTransferRequested(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyOwnershipTransferRequested, ...) (event.Subscription, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyOwnershipTransferred, ...) (event.Subscription, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchVerifierInitialized(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyVerifierInitialized) (event.Subscription, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchVerifierSet(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyVerifierSet) (event.Subscription, error)
- func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchVerifierUnset(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyVerifierUnset) (event.Subscription, error)
- type LLOVerifierProxyInterface
- type LLOVerifierProxyOwnershipTransferRequested
- type LLOVerifierProxyOwnershipTransferRequestedIterator
- type LLOVerifierProxyOwnershipTransferred
- type LLOVerifierProxyOwnershipTransferredIterator
- type LLOVerifierProxyRaw
- func (_LLOVerifierProxy *LLOVerifierProxyRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_LLOVerifierProxy *LLOVerifierProxyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type LLOVerifierProxySession
- func (_LLOVerifierProxy *LLOVerifierProxySession) AcceptOwnership() (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) GetAccessController() (common.Address, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) GetVerifier(configDigest [32]byte) (common.Address, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) InitializeVerifier(verifierAddress common.Address) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) Owner() (common.Address, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) SetAccessController(accessController common.Address) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) SetVerifier(currentConfigDigest [32]byte, newConfigDigest [32]byte) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) TransferOwnership(to common.Address) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) TypeAndVersion() (string, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) UnsetVerifier(configDigest [32]byte) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxySession) Verify(signedReport []byte) (*types.Transaction, error)
- type LLOVerifierProxyTransactor
- func (_LLOVerifierProxy *LLOVerifierProxyTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactor) InitializeVerifier(opts *bind.TransactOpts, verifierAddress common.Address) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactor) SetAccessController(opts *bind.TransactOpts, accessController common.Address) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactor) SetVerifier(opts *bind.TransactOpts, currentConfigDigest [32]byte, ...) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactor) TransferOwnership(opts *bind.TransactOpts, to common.Address) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactor) UnsetVerifier(opts *bind.TransactOpts, configDigest [32]byte) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactor) Verify(opts *bind.TransactOpts, signedReport []byte) (*types.Transaction, error)
- type LLOVerifierProxyTransactorRaw
- type LLOVerifierProxyTransactorSession
- func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) AcceptOwnership() (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) InitializeVerifier(verifierAddress common.Address) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) SetAccessController(accessController common.Address) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) SetVerifier(currentConfigDigest [32]byte, newConfigDigest [32]byte) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) TransferOwnership(to common.Address) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) UnsetVerifier(configDigest [32]byte) (*types.Transaction, error)
- func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) Verify(signedReport []byte) (*types.Transaction, error)
- type LLOVerifierProxyVerifierInitialized
- type LLOVerifierProxyVerifierInitializedIterator
- type LLOVerifierProxyVerifierSet
- type LLOVerifierProxyVerifierSetIterator
- type LLOVerifierProxyVerifierUnset
- type LLOVerifierProxyVerifierUnsetIterator
Constants ¶
This section is empty.
Variables ¶
View Source
var LLOVerifierProxyABI = LLOVerifierProxyMetaData.ABI
View Source
var LLOVerifierProxyBin = LLOVerifierProxyMetaData.Bin
View Source
var LLOVerifierProxyMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"contractAccessControllerInterface\",\"name\":\"accessController\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"AccessForbidden\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"configDigest\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"verifier\",\"type\":\"address\"}],\"name\":\"ConfigDigestAlreadySet\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"verifier\",\"type\":\"address\"}],\"name\":\"VerifierAlreadyInitialized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"VerifierInvalid\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"configDigest\",\"type\":\"bytes32\"}],\"name\":\"VerifierNotFound\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZeroAddress\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldAccessController\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAccessController\",\"type\":\"address\"}],\"name\":\"AccessControllerSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"}],\"name\":\"OwnershipTransferRequested\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"verifierAddress\",\"type\":\"address\"}],\"name\":\"VerifierInitialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"oldConfigDigest\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"newConfigDigest\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"verifierAddress\",\"type\":\"address\"}],\"name\":\"VerifierSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"configDigest\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"verifierAddress\",\"type\":\"address\"}],\"name\":\"VerifierUnset\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAccessController\",\"outputs\":[{\"internalType\":\"contractAccessControllerInterface\",\"name\":\"accessController\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"configDigest\",\"type\":\"bytes32\"}],\"name\":\"getVerifier\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"verifierAddress\",\"type\":\"address\"}],\"name\":\"initializeVerifier\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contractAccessControllerInterface\",\"name\":\"accessController\",\"type\":\"address\"}],\"name\":\"setAccessController\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currentConfigDigest\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"newConfigDigest\",\"type\":\"bytes32\"}],\"name\":\"setVerifier\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"typeAndVersion\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"configDigest\",\"type\":\"bytes32\"}],\"name\":\"unsetVerifier\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"signedReport\",\"type\":\"bytes\"}],\"name\":\"verify\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"verifierResponse\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
Bin: "0x608060405234801561001057600080fd5b5060405161112e38038061112e83398101604081905261002f91610187565b33806000816100855760405162461bcd60e51b815260206004820152601860248201527f43616e6e6f7420736574206f776e657220746f207a65726f000000000000000060448201526064015b60405180910390fd5b600080546001600160a01b0319166001600160a01b03848116919091179091558116156100b5576100b5816100de565b5050600480546001600160a01b0319166001600160a01b039390931692909217909155506101b7565b336001600160a01b038216036101365760405162461bcd60e51b815260206004820152601760248201527f43616e6e6f74207472616e7366657220746f2073656c66000000000000000000604482015260640161007c565b600180546001600160a01b0319166001600160a01b0383811691821790925560008054604051929316917fed8889f560326eb138920d842192f0eb3dd22b4f139c87a2c57538e05bae12789190a350565b60006020828403121561019957600080fd5b81516001600160a01b03811681146101b057600080fd5b9392505050565b610f68806101c66000396000f3fe608060405234801561001057600080fd5b50600436106100c95760003560e01c80638c2a4d5311610081578063eeb7b2481161005b578063eeb7b248146101c8578063f08391d8146101fe578063f2fde38b1461021157600080fd5b80638c2a4d53146101845780638da5cb5b146101975780638e760afe146101b557600080fd5b80632cc99477116100b25780632cc99477146101545780636e9140941461016957806379ba50971461017c57600080fd5b806316d6b5f6146100ce578063181f5a7714610112575b600080fd5b60045473ffffffffffffffffffffffffffffffffffffffff165b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b60408051808201909152601381527f566572696669657250726f787920312e302e300000000000000000000000000060208201525b6040516101099190610c40565b610167610162366004610c5a565b610224565b005b610167610177366004610c7c565b61036f565b610167610467565b610167610192366004610cb7565b610564565b60005473ffffffffffffffffffffffffffffffffffffffff166100e8565b6101476101c3366004610cd4565b610795565b6100e86101d6366004610c7c565b60009081526003602052604090205473ffffffffffffffffffffffffffffffffffffffff1690565b61016761020c366004610cb7565b6109bf565b61016761021f366004610cb7565b610a46565b600081815260036020526040902054819073ffffffffffffffffffffffffffffffffffffffff1680156102a7576040517f375d1fe60000000000000000000000000000000000000000000000000000000081526004810183905273ffffffffffffffffffffffffffffffffffffffff821660248201526044015b60405180910390fd5b3360009081526002602052604090205460ff166102f0576040517fef67f5d800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000838152600360209081526040918290208054337fffffffffffffffffffffffff0000000000000000000000000000000000000000909116811790915582518781529182018690528183015290517fbeb513e532542a562ac35699e7cd9ae7d198dcd3eee15bada6c857d28ceaddcf9181900360600190a150505050565b610377610a5a565b60008181526003602052604090205473ffffffffffffffffffffffffffffffffffffffff16806103d6576040517fb151802b0000000000000000000000000000000000000000000000000000000081526004810183905260240161029e565b6000828152600360205260409081902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055517f11dc15c4b8ac2b183166cc8427e5385a5ece8308217a4217338c6a7614845c4c9061045b908490849091825273ffffffffffffffffffffffffffffffffffffffff16602082015260400190565b60405180910390a15050565b60015473ffffffffffffffffffffffffffffffffffffffff1633146104e8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f4d7573742062652070726f706f736564206f776e657200000000000000000000604482015260640161029e565b60008054337fffffffffffffffffffffffff00000000000000000000000000000000000000008083168217845560018054909116905560405173ffffffffffffffffffffffffffffffffffffffff90921692909183917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a350565b61056c610a5a565b8073ffffffffffffffffffffffffffffffffffffffff81166105ba576040517fd92e233d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527f3d3ac1b500000000000000000000000000000000000000000000000000000000600482015273ffffffffffffffffffffffffffffffffffffffff8216906301ffc9a790602401602060405180830381865afa158015610644573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106689190610d46565b61069e576040517f75b0527a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff821660009081526002602052604090205460ff1615610716576040517f4e01ccfd00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8316600482015260240161029e565b73ffffffffffffffffffffffffffffffffffffffff821660008181526002602090815260409182902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016600117905590519182527f1f2cd7c97f4d801b5efe26cc409617c1fd6c5ef786e79aacb90af40923e4e8e9910161045b565b60045460609073ffffffffffffffffffffffffffffffffffffffff16801580159061085557506040517f6b14daf800000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821690636b14daf8906108129033906000903690600401610db1565b602060405180830381865afa15801561082f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108539190610d46565b155b1561088c576040517fef67f5d800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006108988486610dea565b60008181526003602052604090205490915073ffffffffffffffffffffffffffffffffffffffff16806108fa576040517fb151802b0000000000000000000000000000000000000000000000000000000081526004810183905260240161029e565b6040517f3d3ac1b500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821690633d3ac1b59061095090899089903390600401610e27565b6000604051808303816000875af115801561096f573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526109b59190810190610e90565b9695505050505050565b6109c7610a5a565b6004805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff000000000000000000000000000000000000000083168117909355604080519190921680825260208201939093527f953e92b1a6442e9c3242531154a3f6f6eb00b4e9c719ba8118fa6235e4ce89b6910161045b565b610a4e610a5a565b610a5781610add565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610adb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f4f6e6c792063616c6c61626c65206279206f776e657200000000000000000000604482015260640161029e565b565b3373ffffffffffffffffffffffffffffffffffffffff821603610b5c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f43616e6e6f74207472616e7366657220746f2073656c66000000000000000000604482015260640161029e565b600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83811691821790925560008054604051929316917fed8889f560326eb138920d842192f0eb3dd22b4f139c87a2c57538e05bae12789190a350565b60005b83811015610bed578181015183820152602001610bd5565b50506000910152565b60008151808452610c0e816020860160208601610bd2565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b602081526000610c536020830184610bf6565b9392505050565b60008060408385031215610c6d57600080fd5b50508035926020909101359150565b600060208284031215610c8e57600080fd5b5035919050565b73ffffffffffffffffffffffffffffffffffffffff81168114610a5757600080fd5b600060208284031215610cc957600080fd5b8135610c5381610c95565b60008060208385031215610ce757600080fd5b823567ffffffffffffffff80821115610cff57600080fd5b818501915085601f830112610d1357600080fd5b813581811115610d2257600080fd5b866020828501011115610d3457600080fd5b60209290920196919550909350505050565b600060208284031215610d5857600080fd5b81518015158114610c5357600080fd5b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b73ffffffffffffffffffffffffffffffffffffffff84168152604060208201526000610de1604083018486610d68565b95945050505050565b80356020831015610e21577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b165b92915050565b604081526000610e3b604083018587610d68565b905073ffffffffffffffffffffffffffffffffffffffff83166020830152949350505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600060208284031215610ea257600080fd5b815167ffffffffffffffff80821115610eba57600080fd5b818401915084601f830112610ece57600080fd5b815181811115610ee057610ee0610e61565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908382118183101715610f2657610f26610e61565b81604052828152876020848701011115610f3f57600080fd5b610f50836020830160208801610bd2565b97965050505050505056fea164736f6c6343000810000a",
}
Functions ¶
This section is empty.
Types ¶
type LLOVerifierProxy ¶
type LLOVerifierProxy struct { LLOVerifierProxyCaller LLOVerifierProxyTransactor LLOVerifierProxyFilterer // contains filtered or unexported fields }
func DeployLLOVerifierProxy ¶
func DeployLLOVerifierProxy(auth *bind.TransactOpts, backend bind.ContractBackend, accessController common.Address) (common.Address, *types.Transaction, *LLOVerifierProxy, error)
func NewLLOVerifierProxy ¶
func NewLLOVerifierProxy(address common.Address, backend bind.ContractBackend) (*LLOVerifierProxy, error)
func (*LLOVerifierProxy) Address ¶
func (_LLOVerifierProxy *LLOVerifierProxy) Address() common.Address
type LLOVerifierProxyAccessControllerSet ¶
type LLOVerifierProxyAccessControllerSet struct { OldAccessController common.Address NewAccessController common.Address Raw types.Log }
func (LLOVerifierProxyAccessControllerSet) Topic ¶
func (LLOVerifierProxyAccessControllerSet) Topic() common.Hash
type LLOVerifierProxyAccessControllerSetIterator ¶
type LLOVerifierProxyAccessControllerSetIterator struct { Event *LLOVerifierProxyAccessControllerSet // contains filtered or unexported fields }
func (*LLOVerifierProxyAccessControllerSetIterator) Close ¶
func (it *LLOVerifierProxyAccessControllerSetIterator) Close() error
func (*LLOVerifierProxyAccessControllerSetIterator) Error ¶
func (it *LLOVerifierProxyAccessControllerSetIterator) Error() error
func (*LLOVerifierProxyAccessControllerSetIterator) Next ¶
func (it *LLOVerifierProxyAccessControllerSetIterator) Next() bool
type LLOVerifierProxyCaller ¶
type LLOVerifierProxyCaller struct {
// contains filtered or unexported fields
}
func NewLLOVerifierProxyCaller ¶
func NewLLOVerifierProxyCaller(address common.Address, caller bind.ContractCaller) (*LLOVerifierProxyCaller, error)
func (*LLOVerifierProxyCaller) GetAccessController ¶
func (*LLOVerifierProxyCaller) GetVerifier ¶
func (*LLOVerifierProxyCaller) TypeAndVersion ¶
func (_LLOVerifierProxy *LLOVerifierProxyCaller) TypeAndVersion(opts *bind.CallOpts) (string, error)
type LLOVerifierProxyCallerRaw ¶
type LLOVerifierProxyCallerRaw struct {
Contract *LLOVerifierProxyCaller
}
type LLOVerifierProxyCallerSession ¶
type LLOVerifierProxyCallerSession struct { Contract *LLOVerifierProxyCaller CallOpts bind.CallOpts }
func (*LLOVerifierProxyCallerSession) GetAccessController ¶
func (_LLOVerifierProxy *LLOVerifierProxyCallerSession) GetAccessController() (common.Address, error)
func (*LLOVerifierProxyCallerSession) GetVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxyCallerSession) GetVerifier(configDigest [32]byte) (common.Address, error)
func (*LLOVerifierProxyCallerSession) Owner ¶
func (_LLOVerifierProxy *LLOVerifierProxyCallerSession) Owner() (common.Address, error)
func (*LLOVerifierProxyCallerSession) TypeAndVersion ¶
func (_LLOVerifierProxy *LLOVerifierProxyCallerSession) TypeAndVersion() (string, error)
type LLOVerifierProxyFilterer ¶
type LLOVerifierProxyFilterer struct {
// contains filtered or unexported fields
}
func NewLLOVerifierProxyFilterer ¶
func NewLLOVerifierProxyFilterer(address common.Address, filterer bind.ContractFilterer) (*LLOVerifierProxyFilterer, error)
func (*LLOVerifierProxyFilterer) FilterAccessControllerSet ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterAccessControllerSet(opts *bind.FilterOpts) (*LLOVerifierProxyAccessControllerSetIterator, error)
func (*LLOVerifierProxyFilterer) FilterOwnershipTransferRequested ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*LLOVerifierProxyOwnershipTransferRequestedIterator, error)
func (*LLOVerifierProxyFilterer) FilterOwnershipTransferred ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*LLOVerifierProxyOwnershipTransferredIterator, error)
func (*LLOVerifierProxyFilterer) FilterVerifierInitialized ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterVerifierInitialized(opts *bind.FilterOpts) (*LLOVerifierProxyVerifierInitializedIterator, error)
func (*LLOVerifierProxyFilterer) FilterVerifierSet ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterVerifierSet(opts *bind.FilterOpts) (*LLOVerifierProxyVerifierSetIterator, error)
func (*LLOVerifierProxyFilterer) FilterVerifierUnset ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) FilterVerifierUnset(opts *bind.FilterOpts) (*LLOVerifierProxyVerifierUnsetIterator, error)
func (*LLOVerifierProxyFilterer) ParseAccessControllerSet ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseAccessControllerSet(log types.Log) (*LLOVerifierProxyAccessControllerSet, error)
func (*LLOVerifierProxyFilterer) ParseOwnershipTransferRequested ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseOwnershipTransferRequested(log types.Log) (*LLOVerifierProxyOwnershipTransferRequested, error)
func (*LLOVerifierProxyFilterer) ParseOwnershipTransferred ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseOwnershipTransferred(log types.Log) (*LLOVerifierProxyOwnershipTransferred, error)
func (*LLOVerifierProxyFilterer) ParseVerifierInitialized ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseVerifierInitialized(log types.Log) (*LLOVerifierProxyVerifierInitialized, error)
func (*LLOVerifierProxyFilterer) ParseVerifierSet ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseVerifierSet(log types.Log) (*LLOVerifierProxyVerifierSet, error)
func (*LLOVerifierProxyFilterer) ParseVerifierUnset ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) ParseVerifierUnset(log types.Log) (*LLOVerifierProxyVerifierUnset, error)
func (*LLOVerifierProxyFilterer) WatchAccessControllerSet ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchAccessControllerSet(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyAccessControllerSet) (event.Subscription, error)
func (*LLOVerifierProxyFilterer) WatchOwnershipTransferRequested ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchOwnershipTransferRequested(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyOwnershipTransferRequested, from []common.Address, to []common.Address) (event.Subscription, error)
func (*LLOVerifierProxyFilterer) WatchOwnershipTransferred ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyOwnershipTransferred, from []common.Address, to []common.Address) (event.Subscription, error)
func (*LLOVerifierProxyFilterer) WatchVerifierInitialized ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchVerifierInitialized(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyVerifierInitialized) (event.Subscription, error)
func (*LLOVerifierProxyFilterer) WatchVerifierSet ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchVerifierSet(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyVerifierSet) (event.Subscription, error)
func (*LLOVerifierProxyFilterer) WatchVerifierUnset ¶
func (_LLOVerifierProxy *LLOVerifierProxyFilterer) WatchVerifierUnset(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyVerifierUnset) (event.Subscription, error)
type LLOVerifierProxyInterface ¶
type LLOVerifierProxyInterface interface { GetAccessController(opts *bind.CallOpts) (common.Address, error) GetVerifier(opts *bind.CallOpts, configDigest [32]byte) (common.Address, error) Owner(opts *bind.CallOpts) (common.Address, error) TypeAndVersion(opts *bind.CallOpts) (string, error) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error) InitializeVerifier(opts *bind.TransactOpts, verifierAddress common.Address) (*types.Transaction, error) SetAccessController(opts *bind.TransactOpts, accessController common.Address) (*types.Transaction, error) SetVerifier(opts *bind.TransactOpts, currentConfigDigest [32]byte, newConfigDigest [32]byte) (*types.Transaction, error) TransferOwnership(opts *bind.TransactOpts, to common.Address) (*types.Transaction, error) UnsetVerifier(opts *bind.TransactOpts, configDigest [32]byte) (*types.Transaction, error) Verify(opts *bind.TransactOpts, signedReport []byte) (*types.Transaction, error) FilterAccessControllerSet(opts *bind.FilterOpts) (*LLOVerifierProxyAccessControllerSetIterator, error) WatchAccessControllerSet(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyAccessControllerSet) (event.Subscription, error) ParseAccessControllerSet(log types.Log) (*LLOVerifierProxyAccessControllerSet, error) FilterOwnershipTransferRequested(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*LLOVerifierProxyOwnershipTransferRequestedIterator, error) WatchOwnershipTransferRequested(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyOwnershipTransferRequested, from []common.Address, to []common.Address) (event.Subscription, error) ParseOwnershipTransferRequested(log types.Log) (*LLOVerifierProxyOwnershipTransferRequested, error) FilterOwnershipTransferred(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*LLOVerifierProxyOwnershipTransferredIterator, error) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyOwnershipTransferred, from []common.Address, to []common.Address) (event.Subscription, error) ParseOwnershipTransferred(log types.Log) (*LLOVerifierProxyOwnershipTransferred, error) FilterVerifierInitialized(opts *bind.FilterOpts) (*LLOVerifierProxyVerifierInitializedIterator, error) WatchVerifierInitialized(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyVerifierInitialized) (event.Subscription, error) ParseVerifierInitialized(log types.Log) (*LLOVerifierProxyVerifierInitialized, error) FilterVerifierSet(opts *bind.FilterOpts) (*LLOVerifierProxyVerifierSetIterator, error) WatchVerifierSet(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyVerifierSet) (event.Subscription, error) ParseVerifierSet(log types.Log) (*LLOVerifierProxyVerifierSet, error) FilterVerifierUnset(opts *bind.FilterOpts) (*LLOVerifierProxyVerifierUnsetIterator, error) WatchVerifierUnset(opts *bind.WatchOpts, sink chan<- *LLOVerifierProxyVerifierUnset) (event.Subscription, error) ParseVerifierUnset(log types.Log) (*LLOVerifierProxyVerifierUnset, error) ParseLog(log types.Log) (generated.AbigenLog, error) Address() common.Address }
type LLOVerifierProxyOwnershipTransferRequested ¶
type LLOVerifierProxyOwnershipTransferRequested struct { From common.Address To common.Address Raw types.Log }
func (LLOVerifierProxyOwnershipTransferRequested) Topic ¶
func (LLOVerifierProxyOwnershipTransferRequested) Topic() common.Hash
type LLOVerifierProxyOwnershipTransferRequestedIterator ¶
type LLOVerifierProxyOwnershipTransferRequestedIterator struct { Event *LLOVerifierProxyOwnershipTransferRequested // contains filtered or unexported fields }
func (*LLOVerifierProxyOwnershipTransferRequestedIterator) Close ¶
func (it *LLOVerifierProxyOwnershipTransferRequestedIterator) Close() error
func (*LLOVerifierProxyOwnershipTransferRequestedIterator) Error ¶
func (it *LLOVerifierProxyOwnershipTransferRequestedIterator) Error() error
func (*LLOVerifierProxyOwnershipTransferRequestedIterator) Next ¶
func (it *LLOVerifierProxyOwnershipTransferRequestedIterator) Next() bool
type LLOVerifierProxyOwnershipTransferred ¶
type LLOVerifierProxyOwnershipTransferred struct { From common.Address To common.Address Raw types.Log }
func (LLOVerifierProxyOwnershipTransferred) Topic ¶
func (LLOVerifierProxyOwnershipTransferred) Topic() common.Hash
type LLOVerifierProxyOwnershipTransferredIterator ¶
type LLOVerifierProxyOwnershipTransferredIterator struct { Event *LLOVerifierProxyOwnershipTransferred // contains filtered or unexported fields }
func (*LLOVerifierProxyOwnershipTransferredIterator) Close ¶
func (it *LLOVerifierProxyOwnershipTransferredIterator) Close() error
func (*LLOVerifierProxyOwnershipTransferredIterator) Error ¶
func (it *LLOVerifierProxyOwnershipTransferredIterator) Error() error
func (*LLOVerifierProxyOwnershipTransferredIterator) Next ¶
func (it *LLOVerifierProxyOwnershipTransferredIterator) Next() bool
type LLOVerifierProxyRaw ¶
type LLOVerifierProxyRaw struct {
Contract *LLOVerifierProxy
}
func (*LLOVerifierProxyRaw) Call ¶
func (_LLOVerifierProxy *LLOVerifierProxyRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
func (*LLOVerifierProxyRaw) Transact ¶
func (_LLOVerifierProxy *LLOVerifierProxyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
func (*LLOVerifierProxyRaw) Transfer ¶
func (_LLOVerifierProxy *LLOVerifierProxyRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
type LLOVerifierProxySession ¶
type LLOVerifierProxySession struct { Contract *LLOVerifierProxy CallOpts bind.CallOpts TransactOpts bind.TransactOpts }
func (*LLOVerifierProxySession) AcceptOwnership ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) AcceptOwnership() (*types.Transaction, error)
func (*LLOVerifierProxySession) GetAccessController ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) GetAccessController() (common.Address, error)
func (*LLOVerifierProxySession) GetVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) GetVerifier(configDigest [32]byte) (common.Address, error)
func (*LLOVerifierProxySession) InitializeVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) InitializeVerifier(verifierAddress common.Address) (*types.Transaction, error)
func (*LLOVerifierProxySession) Owner ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) Owner() (common.Address, error)
func (*LLOVerifierProxySession) SetAccessController ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) SetAccessController(accessController common.Address) (*types.Transaction, error)
func (*LLOVerifierProxySession) SetVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) SetVerifier(currentConfigDigest [32]byte, newConfigDigest [32]byte) (*types.Transaction, error)
func (*LLOVerifierProxySession) TransferOwnership ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) TransferOwnership(to common.Address) (*types.Transaction, error)
func (*LLOVerifierProxySession) TypeAndVersion ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) TypeAndVersion() (string, error)
func (*LLOVerifierProxySession) UnsetVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) UnsetVerifier(configDigest [32]byte) (*types.Transaction, error)
func (*LLOVerifierProxySession) Verify ¶
func (_LLOVerifierProxy *LLOVerifierProxySession) Verify(signedReport []byte) (*types.Transaction, error)
type LLOVerifierProxyTransactor ¶
type LLOVerifierProxyTransactor struct {
// contains filtered or unexported fields
}
func NewLLOVerifierProxyTransactor ¶
func NewLLOVerifierProxyTransactor(address common.Address, transactor bind.ContractTransactor) (*LLOVerifierProxyTransactor, error)
func (*LLOVerifierProxyTransactor) AcceptOwnership ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
func (*LLOVerifierProxyTransactor) InitializeVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactor) InitializeVerifier(opts *bind.TransactOpts, verifierAddress common.Address) (*types.Transaction, error)
func (*LLOVerifierProxyTransactor) SetAccessController ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactor) SetAccessController(opts *bind.TransactOpts, accessController common.Address) (*types.Transaction, error)
func (*LLOVerifierProxyTransactor) SetVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactor) SetVerifier(opts *bind.TransactOpts, currentConfigDigest [32]byte, newConfigDigest [32]byte) (*types.Transaction, error)
func (*LLOVerifierProxyTransactor) TransferOwnership ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactor) TransferOwnership(opts *bind.TransactOpts, to common.Address) (*types.Transaction, error)
func (*LLOVerifierProxyTransactor) UnsetVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactor) UnsetVerifier(opts *bind.TransactOpts, configDigest [32]byte) (*types.Transaction, error)
func (*LLOVerifierProxyTransactor) Verify ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactor) Verify(opts *bind.TransactOpts, signedReport []byte) (*types.Transaction, error)
type LLOVerifierProxyTransactorRaw ¶
type LLOVerifierProxyTransactorRaw struct {
Contract *LLOVerifierProxyTransactor
}
func (*LLOVerifierProxyTransactorRaw) Transact ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
func (*LLOVerifierProxyTransactorRaw) Transfer ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
type LLOVerifierProxyTransactorSession ¶
type LLOVerifierProxyTransactorSession struct { Contract *LLOVerifierProxyTransactor TransactOpts bind.TransactOpts }
func (*LLOVerifierProxyTransactorSession) AcceptOwnership ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) AcceptOwnership() (*types.Transaction, error)
func (*LLOVerifierProxyTransactorSession) InitializeVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) InitializeVerifier(verifierAddress common.Address) (*types.Transaction, error)
func (*LLOVerifierProxyTransactorSession) SetAccessController ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) SetAccessController(accessController common.Address) (*types.Transaction, error)
func (*LLOVerifierProxyTransactorSession) SetVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) SetVerifier(currentConfigDigest [32]byte, newConfigDigest [32]byte) (*types.Transaction, error)
func (*LLOVerifierProxyTransactorSession) TransferOwnership ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) TransferOwnership(to common.Address) (*types.Transaction, error)
func (*LLOVerifierProxyTransactorSession) UnsetVerifier ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) UnsetVerifier(configDigest [32]byte) (*types.Transaction, error)
func (*LLOVerifierProxyTransactorSession) Verify ¶
func (_LLOVerifierProxy *LLOVerifierProxyTransactorSession) Verify(signedReport []byte) (*types.Transaction, error)
type LLOVerifierProxyVerifierInitialized ¶
func (LLOVerifierProxyVerifierInitialized) Topic ¶
func (LLOVerifierProxyVerifierInitialized) Topic() common.Hash
type LLOVerifierProxyVerifierInitializedIterator ¶
type LLOVerifierProxyVerifierInitializedIterator struct { Event *LLOVerifierProxyVerifierInitialized // contains filtered or unexported fields }
func (*LLOVerifierProxyVerifierInitializedIterator) Close ¶
func (it *LLOVerifierProxyVerifierInitializedIterator) Close() error
func (*LLOVerifierProxyVerifierInitializedIterator) Error ¶
func (it *LLOVerifierProxyVerifierInitializedIterator) Error() error
func (*LLOVerifierProxyVerifierInitializedIterator) Next ¶
func (it *LLOVerifierProxyVerifierInitializedIterator) Next() bool
type LLOVerifierProxyVerifierSet ¶
type LLOVerifierProxyVerifierSet struct { OldConfigDigest [32]byte NewConfigDigest [32]byte VerifierAddress common.Address Raw types.Log }
func (LLOVerifierProxyVerifierSet) Topic ¶
func (LLOVerifierProxyVerifierSet) Topic() common.Hash
type LLOVerifierProxyVerifierSetIterator ¶
type LLOVerifierProxyVerifierSetIterator struct { Event *LLOVerifierProxyVerifierSet // contains filtered or unexported fields }
func (*LLOVerifierProxyVerifierSetIterator) Close ¶
func (it *LLOVerifierProxyVerifierSetIterator) Close() error
func (*LLOVerifierProxyVerifierSetIterator) Error ¶
func (it *LLOVerifierProxyVerifierSetIterator) Error() error
func (*LLOVerifierProxyVerifierSetIterator) Next ¶
func (it *LLOVerifierProxyVerifierSetIterator) Next() bool
type LLOVerifierProxyVerifierUnset ¶
type LLOVerifierProxyVerifierUnset struct { ConfigDigest [32]byte VerifierAddress common.Address Raw types.Log }
func (LLOVerifierProxyVerifierUnset) Topic ¶
func (LLOVerifierProxyVerifierUnset) Topic() common.Hash
type LLOVerifierProxyVerifierUnsetIterator ¶
type LLOVerifierProxyVerifierUnsetIterator struct { Event *LLOVerifierProxyVerifierUnset // contains filtered or unexported fields }
func (*LLOVerifierProxyVerifierUnsetIterator) Close ¶
func (it *LLOVerifierProxyVerifierUnsetIterator) Close() error
func (*LLOVerifierProxyVerifierUnsetIterator) Error ¶
func (it *LLOVerifierProxyVerifierUnsetIterator) Error() error
func (*LLOVerifierProxyVerifierUnsetIterator) Next ¶
func (it *LLOVerifierProxyVerifierUnsetIterator) Next() bool
Click to show internal directories.
Click to hide internal directories.