# Functions

DeploySubscription deploys a new Ethereum contract, binding an instance of Subscription to it.
NewSubscription creates a new instance of Subscription, bound to a specific deployed contract.
NewSubscriptionCaller creates a new read-only instance of Subscription, bound to a specific deployed contract.
NewSubscriptionFilterer creates a new log filterer instance of Subscription, bound to a specific deployed contract.
NewSubscriptionTransactor creates a new write-only instance of Subscription, bound to a specific deployed contract.

# Constants

SubscriptionABI is the input ABI used to generate the binding from.
SubscriptionBin is the compiled bytecode used for deploying new contracts.

# Structs

Subscription is an auto generated Go binding around an Ethereum contract.
SubscriptionCaller is an auto generated read-only Go binding around an Ethereum contract.
SubscriptionCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
SubscriptionCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
SubscriptionFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
SubscriptionRaw is an auto generated low-level Go binding around an Ethereum contract.
SubscriptionSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
SubscriptionTransactor is an auto generated write-only Go binding around an Ethereum contract.
SubscriptionTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
SubscriptionTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.