Documentation
¶
Index ¶
- Variables
- type StdChains
- type StdChainsCaller
- type StdChainsCallerRaw
- type StdChainsCallerSession
- type StdChainsFilterer
- type StdChainsRaw
- func (_StdChains *StdChainsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_StdChains *StdChainsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_StdChains *StdChainsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type StdChainsSession
- type StdChainsTransactor
- type StdChainsTransactorRaw
- type StdChainsTransactorSession
Constants ¶
This section is empty.
Variables ¶
var StdChainsABI = StdChainsMetaData.ABI
StdChainsABI is the input ABI used to generate the binding from. Deprecated: Use StdChainsMetaData.ABI instead.
var StdChainsMetaData = &bind.MetaData{
ABI: "[]",
}
StdChainsMetaData contains all meta data concerning the StdChains contract.
Functions ¶
This section is empty.
Types ¶
type StdChains ¶
type StdChains struct { StdChainsCaller // Read-only binding to the contract StdChainsTransactor // Write-only binding to the contract StdChainsFilterer // Log filterer for contract events }
StdChains is an auto generated Go binding around an Ethereum contract.
func NewStdChains ¶
NewStdChains creates a new instance of StdChains, bound to a specific deployed contract.
type StdChainsCaller ¶
type StdChainsCaller struct {
// contains filtered or unexported fields
}
StdChainsCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewStdChainsCaller ¶
func NewStdChainsCaller(address common.Address, caller bind.ContractCaller) (*StdChainsCaller, error)
NewStdChainsCaller creates a new read-only instance of StdChains, bound to a specific deployed contract.
type StdChainsCallerRaw ¶
type StdChainsCallerRaw struct {
Contract *StdChainsCaller // Generic read-only contract binding to access the raw methods on
}
StdChainsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*StdChainsCallerRaw) Call ¶
func (_StdChains *StdChainsCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type StdChainsCallerSession ¶
type StdChainsCallerSession struct { Contract *StdChainsCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
StdChainsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type StdChainsFilterer ¶
type StdChainsFilterer struct {
// contains filtered or unexported fields
}
StdChainsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewStdChainsFilterer ¶
func NewStdChainsFilterer(address common.Address, filterer bind.ContractFilterer) (*StdChainsFilterer, error)
NewStdChainsFilterer creates a new log filterer instance of StdChains, bound to a specific deployed contract.
type StdChainsRaw ¶
type StdChainsRaw struct {
Contract *StdChains // Generic contract binding to access the raw methods on
}
StdChainsRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*StdChainsRaw) Call ¶
func (_StdChains *StdChainsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*StdChainsRaw) Transact ¶
func (_StdChains *StdChainsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*StdChainsRaw) Transfer ¶
func (_StdChains *StdChainsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type StdChainsSession ¶
type StdChainsSession struct { Contract *StdChains // Generic contract binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
StdChainsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type StdChainsTransactor ¶
type StdChainsTransactor struct {
// contains filtered or unexported fields
}
StdChainsTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewStdChainsTransactor ¶
func NewStdChainsTransactor(address common.Address, transactor bind.ContractTransactor) (*StdChainsTransactor, error)
NewStdChainsTransactor creates a new write-only instance of StdChains, bound to a specific deployed contract.
type StdChainsTransactorRaw ¶
type StdChainsTransactorRaw struct {
Contract *StdChainsTransactor // Generic write-only contract binding to access the raw methods on
}
StdChainsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*StdChainsTransactorRaw) Transact ¶
func (_StdChains *StdChainsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*StdChainsTransactorRaw) Transfer ¶
func (_StdChains *StdChainsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type StdChainsTransactorSession ¶
type StdChainsTransactorSession struct { Contract *StdChainsTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
StdChainsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.