package
0.0.121
Repository: https://github.com/layer-3/clearsync.git
Documentation: pkg.go.dev

# Functions

DeploySimpleAccount deploys a new Ethereum contract, binding an instance of SimpleAccount to it.
NewSimpleAccount creates a new instance of SimpleAccount, bound to a specific deployed contract.
NewSimpleAccountCaller creates a new read-only instance of SimpleAccount, bound to a specific deployed contract.
NewSimpleAccountFilterer creates a new log filterer instance of SimpleAccount, bound to a specific deployed contract.
NewSimpleAccountTransactor creates a new write-only instance of SimpleAccount, bound to a specific deployed contract.

# Variables

SimpleAccountABI is the input ABI used to generate the binding from.
SimpleAccountBin is the compiled bytecode used for deploying new contracts.
SimpleAccountMetaData contains all meta data concerning the SimpleAccount contract.

# Structs

SimpleAccount is an auto generated Go binding around an Ethereum contract.
SimpleAccountAdminChanged represents a AdminChanged event raised by the SimpleAccount contract.
SimpleAccountAdminChangedIterator is returned from FilterAdminChanged and is used to iterate over the raw logs and unpacked data for AdminChanged events raised by the SimpleAccount contract.
SimpleAccountBeaconUpgraded represents a BeaconUpgraded event raised by the SimpleAccount contract.
SimpleAccountBeaconUpgradedIterator is returned from FilterBeaconUpgraded and is used to iterate over the raw logs and unpacked data for BeaconUpgraded events raised by the SimpleAccount contract.
SimpleAccountCaller is an auto generated read-only Go binding around an Ethereum contract.
SimpleAccountCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
SimpleAccountCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
SimpleAccountFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
SimpleAccountInitialized represents a Initialized event raised by the SimpleAccount contract.
SimpleAccountInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the SimpleAccount contract.
SimpleAccountRaw is an auto generated low-level Go binding around an Ethereum contract.
SimpleAccountSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
SimpleAccountSimpleAccountInitialized represents a SimpleAccountInitialized event raised by the SimpleAccount contract.
SimpleAccountSimpleAccountInitializedIterator is returned from FilterSimpleAccountInitialized and is used to iterate over the raw logs and unpacked data for SimpleAccountInitialized events raised by the SimpleAccount contract.
SimpleAccountTransactor is an auto generated write-only Go binding around an Ethereum contract.
SimpleAccountTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
SimpleAccountTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
SimpleAccountUpgraded represents a Upgraded event raised by the SimpleAccount contract.
SimpleAccountUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the SimpleAccount contract.
UserOperation is an auto generated low-level Go binding around an user-defined struct.