# Functions
DeployStorage deploys a new ChainSQL contract, binding an instance of Storage to it.
NewStorage creates a new 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 ChainSQL contract.
StorageCaller is an auto generated read-only Go binding around an ChainSQL contract.
StorageCallerRaw is an auto generated low-level read-only Go binding around an ChainSQL contract.
StorageCallerSession is an auto generated read-only Go binding around an ChainSQL contract, with pre-set call options.
StorageFilterer is an auto generated log filtering Go binding around an ChainSQL contract events.
StorageNumberChanges represents a NumberChanges event raised by the Storage contract.
StorageNumberChangesIterator is returned from FilterNumberChanges and is used to iterate over the raw logs and unpacked data for NumberChanges events raised by the Storage contract.
StorageRaw is an auto generated low-level Go binding around an ChainSQL contract.
StorageSession is an auto generated Go binding around an ChainSQL contract, with pre-set call and transact options.
StorageTransactor is an auto generated write-only Go binding around an ChainSQL contract.
StorageTransactorRaw is an auto generated low-level write-only Go binding around an ChainSQL contract.
StorageTransactorSession is an auto generated write-only Go binding around an ChainSQL contract, with pre-set transact options.