Documentation ¶
Index ¶
- Variables
- type PillarBlockInterface
- type PillarBlockInterfaceCaller
- type PillarBlockInterfaceCallerRaw
- type PillarBlockInterfaceCallerSession
- type PillarBlockInterfaceFilterer
- type PillarBlockInterfaceRaw
- func (_PillarBlockInterface *PillarBlockInterfaceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_PillarBlockInterface *PillarBlockInterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_PillarBlockInterface *PillarBlockInterfaceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type PillarBlockInterfaceSession
- type PillarBlockInterfaceTransactor
- type PillarBlockInterfaceTransactorRaw
- type PillarBlockInterfaceTransactorSession
Constants ¶
This section is empty.
Variables ¶
var PillarBlockInterfaceABI = PillarBlockInterfaceMetaData.ABI
PillarBlockInterfaceABI is the input ABI used to generate the binding from. Deprecated: Use PillarBlockInterfaceMetaData.ABI instead.
var PillarBlockInterfaceMetaData = &bind.MetaData{
ABI: "[]",
}
PillarBlockInterfaceMetaData contains all meta data concerning the PillarBlockInterface contract.
Functions ¶
This section is empty.
Types ¶
type PillarBlockInterface ¶
type PillarBlockInterface struct { PillarBlockInterfaceCaller // Read-only binding to the contract PillarBlockInterfaceTransactor // Write-only binding to the contract PillarBlockInterfaceFilterer // Log filterer for contract events }
PillarBlockInterface is an auto generated Go binding around an Ethereum contract.
func NewPillarBlockInterface ¶
func NewPillarBlockInterface(address common.Address, backend bind.ContractBackend) (*PillarBlockInterface, error)
NewPillarBlockInterface creates a new instance of PillarBlockInterface, bound to a specific deployed contract.
type PillarBlockInterfaceCaller ¶
type PillarBlockInterfaceCaller struct {
// contains filtered or unexported fields
}
PillarBlockInterfaceCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewPillarBlockInterfaceCaller ¶
func NewPillarBlockInterfaceCaller(address common.Address, caller bind.ContractCaller) (*PillarBlockInterfaceCaller, error)
NewPillarBlockInterfaceCaller creates a new read-only instance of PillarBlockInterface, bound to a specific deployed contract.
type PillarBlockInterfaceCallerRaw ¶
type PillarBlockInterfaceCallerRaw struct {
Contract *PillarBlockInterfaceCaller // Generic read-only contract binding to access the raw methods on
}
PillarBlockInterfaceCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*PillarBlockInterfaceCallerRaw) Call ¶
func (_PillarBlockInterface *PillarBlockInterfaceCallerRaw) 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 PillarBlockInterfaceCallerSession ¶
type PillarBlockInterfaceCallerSession struct { Contract *PillarBlockInterfaceCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
PillarBlockInterfaceCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type PillarBlockInterfaceFilterer ¶
type PillarBlockInterfaceFilterer struct {
// contains filtered or unexported fields
}
PillarBlockInterfaceFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewPillarBlockInterfaceFilterer ¶
func NewPillarBlockInterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*PillarBlockInterfaceFilterer, error)
NewPillarBlockInterfaceFilterer creates a new log filterer instance of PillarBlockInterface, bound to a specific deployed contract.
type PillarBlockInterfaceRaw ¶
type PillarBlockInterfaceRaw struct {
Contract *PillarBlockInterface // Generic contract binding to access the raw methods on
}
PillarBlockInterfaceRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*PillarBlockInterfaceRaw) Call ¶
func (_PillarBlockInterface *PillarBlockInterfaceRaw) 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 (*PillarBlockInterfaceRaw) Transact ¶
func (_PillarBlockInterface *PillarBlockInterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*PillarBlockInterfaceRaw) Transfer ¶
func (_PillarBlockInterface *PillarBlockInterfaceRaw) 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 PillarBlockInterfaceSession ¶
type PillarBlockInterfaceSession struct { Contract *PillarBlockInterface // 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 }
PillarBlockInterfaceSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type PillarBlockInterfaceTransactor ¶
type PillarBlockInterfaceTransactor struct {
// contains filtered or unexported fields
}
PillarBlockInterfaceTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewPillarBlockInterfaceTransactor ¶
func NewPillarBlockInterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*PillarBlockInterfaceTransactor, error)
NewPillarBlockInterfaceTransactor creates a new write-only instance of PillarBlockInterface, bound to a specific deployed contract.
type PillarBlockInterfaceTransactorRaw ¶
type PillarBlockInterfaceTransactorRaw struct {
Contract *PillarBlockInterfaceTransactor // Generic write-only contract binding to access the raw methods on
}
PillarBlockInterfaceTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*PillarBlockInterfaceTransactorRaw) Transact ¶
func (_PillarBlockInterface *PillarBlockInterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*PillarBlockInterfaceTransactorRaw) Transfer ¶
func (_PillarBlockInterface *PillarBlockInterfaceTransactorRaw) 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 PillarBlockInterfaceTransactorSession ¶
type PillarBlockInterfaceTransactorSession struct { Contract *PillarBlockInterfaceTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
PillarBlockInterfaceTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.