# Functions
DeployApi deploys a new Ethereum contract, binding an instance of Api to it.
NewApi creates a new instance of Api, bound to a specific deployed contract.
NewApiCaller creates a new read-only instance of Api, bound to a specific deployed contract.
NewApiFilterer creates a new log filterer instance of Api, bound to a specific deployed contract.
NewApiTransactor creates a new write-only instance of Api, bound to a specific deployed contract.
# Variables
ApiABI is the input ABI used to generate the binding from.
ApiBin is the compiled bytecode used for deploying new contracts.
ApiMetaData contains all meta data concerning the Api contract.
# Structs
Api is an auto generated Go binding around an Ethereum contract.
ApiCaller is an auto generated read-only Go binding around an Ethereum contract.
ApiCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ApiCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ApiFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ApiOwnershipTransferred represents a OwnershipTransferred event raised by the Api contract.
ApiOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Api contract.
ApiRaw is an auto generated low-level Go binding around an Ethereum contract.
ApiSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ApiTransactor is an auto generated write-only Go binding around an Ethereum contract.
ApiTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ApiTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.