package
0.0.0-20240505085105-76077715f225
Repository: https://github.com/vcspace/go-ethereum-web3.git
Documentation: pkg.go.dev

# Functions

DeployStorage deploys a new Ethereum contract, binding an instance of Storage to it.
NewStorage creates a new instance of Storage, bound to a specific deployed contract.
NewStorageCaller creates a new read-only instance of Storage, bound to a specific deployed contract.
NewStorageFilterer creates a new log filterer instance of Storage, bound to a specific deployed contract.
NewStorageTransactor creates a new write-only instance of Storage, bound to a specific deployed contract.

# Variables

StorageABI is the input ABI used to generate the binding from.
StorageBin is the compiled bytecode used for deploying new contracts.
StorageMetaData contains all meta data concerning the Storage contract.

# Structs

Storage is an auto generated Go binding around an Ethereum contract.
StorageCaller is an auto generated read-only Go binding around an Ethereum contract.
StorageCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
StorageCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
StorageFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
StorageRaw is an auto generated low-level Go binding around an Ethereum contract.
StorageSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
StorageTransactor is an auto generated write-only Go binding around an Ethereum contract.
StorageTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
StorageTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.