Documentation ¶
Index ¶
- Variables
- type OCR2DR
- type OCR2DRCaller
- type OCR2DRCallerRaw
- type OCR2DRCallerSession
- type OCR2DRFilterer
- type OCR2DRInterface
- type OCR2DRRaw
- func (_OCR2DR *OCR2DRRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_OCR2DR *OCR2DRRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_OCR2DR *OCR2DRRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type OCR2DRSession
- type OCR2DRTransactor
- type OCR2DRTransactorRaw
- type OCR2DRTransactorSession
Constants ¶
This section is empty.
Variables ¶
View Source
var OCR2DRABI = OCR2DRMetaData.ABI
View Source
var OCR2DRBin = OCR2DRMetaData.Bin
View Source
var OCR2DRMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"EmptyArgs\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"EmptySecrets\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"EmptySource\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"EmptyUrl\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NoInlineSecrets\",\"type\":\"error\"}]",
Bin: "0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000806000a",
}
Functions ¶
This section is empty.
Types ¶
type OCR2DR ¶
type OCR2DR struct { OCR2DRCaller OCR2DRTransactor OCR2DRFilterer // contains filtered or unexported fields }
func DeployOCR2DR ¶
func DeployOCR2DR(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *OCR2DR, error)
type OCR2DRCaller ¶
type OCR2DRCaller struct {
// contains filtered or unexported fields
}
func NewOCR2DRCaller ¶
func NewOCR2DRCaller(address common.Address, caller bind.ContractCaller) (*OCR2DRCaller, error)
type OCR2DRCallerRaw ¶
type OCR2DRCallerRaw struct {
Contract *OCR2DRCaller
}
type OCR2DRCallerSession ¶
type OCR2DRCallerSession struct { Contract *OCR2DRCaller CallOpts bind.CallOpts }
type OCR2DRFilterer ¶
type OCR2DRFilterer struct {
// contains filtered or unexported fields
}
func NewOCR2DRFilterer ¶
func NewOCR2DRFilterer(address common.Address, filterer bind.ContractFilterer) (*OCR2DRFilterer, error)
type OCR2DRInterface ¶
type OCR2DRRaw ¶
type OCR2DRRaw struct {
Contract *OCR2DR
}
func (*OCR2DRRaw) Transact ¶
func (_OCR2DR *OCR2DRRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
func (*OCR2DRRaw) Transfer ¶
func (_OCR2DR *OCR2DRRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
type OCR2DRSession ¶
type OCR2DRSession struct { Contract *OCR2DR CallOpts bind.CallOpts TransactOpts bind.TransactOpts }
type OCR2DRTransactor ¶
type OCR2DRTransactor struct {
// contains filtered or unexported fields
}
func NewOCR2DRTransactor ¶
func NewOCR2DRTransactor(address common.Address, transactor bind.ContractTransactor) (*OCR2DRTransactor, error)
type OCR2DRTransactorRaw ¶
type OCR2DRTransactorRaw struct {
Contract *OCR2DRTransactor
}
func (*OCR2DRTransactorRaw) Transact ¶
func (_OCR2DR *OCR2DRTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
func (*OCR2DRTransactorRaw) Transfer ¶
func (_OCR2DR *OCR2DRTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
type OCR2DRTransactorSession ¶
type OCR2DRTransactorSession struct { Contract *OCR2DRTransactor TransactOpts bind.TransactOpts }
Click to show internal directories.
Click to hide internal directories.