operator_pubkey

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var OperatorPubkeyABI = OperatorPubkeyMetaData.ABI

OperatorPubkeyABI is the input ABI used to generate the binding from. Deprecated: Use OperatorPubkeyMetaData.ABI instead.

View Source
var OperatorPubkeyMetaData = &bind.MetaData{
	ABI: "[{\"name\":\"method\",\"type\":\"function\",\"outputs\":[{\"type\":\"bytes\"}]}]",
}

OperatorPubkeyMetaData contains all meta data concerning the OperatorPubkey contract.

Functions

This section is empty.

Types

type OperatorPubkey

type OperatorPubkey struct {
	OperatorPubkeyCaller     // Read-only binding to the contract
	OperatorPubkeyTransactor // Write-only binding to the contract
	OperatorPubkeyFilterer   // Log filterer for contract events
}

OperatorPubkey is an auto generated Go binding around an Ethereum contract.

func NewOperatorPubkey

func NewOperatorPubkey(address common.Address, backend bind.ContractBackend) (*OperatorPubkey, error)

NewOperatorPubkey creates a new instance of OperatorPubkey, bound to a specific deployed contract.

type OperatorPubkeyCaller

type OperatorPubkeyCaller struct {
	// contains filtered or unexported fields
}

OperatorPubkeyCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewOperatorPubkeyCaller

func NewOperatorPubkeyCaller(address common.Address, caller bind.ContractCaller) (*OperatorPubkeyCaller, error)

NewOperatorPubkeyCaller creates a new read-only instance of OperatorPubkey, bound to a specific deployed contract.

type OperatorPubkeyCallerRaw

type OperatorPubkeyCallerRaw struct {
	Contract *OperatorPubkeyCaller // Generic read-only contract binding to access the raw methods on
}

OperatorPubkeyCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*OperatorPubkeyCallerRaw) Call

func (_OperatorPubkey *OperatorPubkeyCallerRaw) 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 OperatorPubkeyCallerSession

type OperatorPubkeyCallerSession struct {
	Contract *OperatorPubkeyCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts         // Call options to use throughout this session
}

OperatorPubkeyCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type OperatorPubkeyFilterer

type OperatorPubkeyFilterer struct {
	// contains filtered or unexported fields
}

OperatorPubkeyFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewOperatorPubkeyFilterer

func NewOperatorPubkeyFilterer(address common.Address, filterer bind.ContractFilterer) (*OperatorPubkeyFilterer, error)

NewOperatorPubkeyFilterer creates a new log filterer instance of OperatorPubkey, bound to a specific deployed contract.

type OperatorPubkeyRaw

type OperatorPubkeyRaw struct {
	Contract *OperatorPubkey // Generic contract binding to access the raw methods on
}

OperatorPubkeyRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*OperatorPubkeyRaw) Call

func (_OperatorPubkey *OperatorPubkeyRaw) 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 (*OperatorPubkeyRaw) Transact

func (_OperatorPubkey *OperatorPubkeyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*OperatorPubkeyRaw) Transfer

func (_OperatorPubkey *OperatorPubkeyRaw) 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 OperatorPubkeySession

type OperatorPubkeySession struct {
	Contract     *OperatorPubkey   // 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
}

OperatorPubkeySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*OperatorPubkeySession) Method

func (_OperatorPubkey *OperatorPubkeySession) Method() (*types.Transaction, error)

Method is a paid mutator transaction binding the contract method 0x2c383a9f.

Solidity: function method() returns(bytes)

type OperatorPubkeyTransactor

type OperatorPubkeyTransactor struct {
	// contains filtered or unexported fields
}

OperatorPubkeyTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewOperatorPubkeyTransactor

func NewOperatorPubkeyTransactor(address common.Address, transactor bind.ContractTransactor) (*OperatorPubkeyTransactor, error)

NewOperatorPubkeyTransactor creates a new write-only instance of OperatorPubkey, bound to a specific deployed contract.

func (*OperatorPubkeyTransactor) Method

func (_OperatorPubkey *OperatorPubkeyTransactor) Method(opts *bind.TransactOpts) (*types.Transaction, error)

Method is a paid mutator transaction binding the contract method 0x2c383a9f.

Solidity: function method() returns(bytes)

type OperatorPubkeyTransactorRaw

type OperatorPubkeyTransactorRaw struct {
	Contract *OperatorPubkeyTransactor // Generic write-only contract binding to access the raw methods on
}

OperatorPubkeyTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*OperatorPubkeyTransactorRaw) Transact

func (_OperatorPubkey *OperatorPubkeyTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*OperatorPubkeyTransactorRaw) Transfer

func (_OperatorPubkey *OperatorPubkeyTransactorRaw) 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 OperatorPubkeyTransactorSession

type OperatorPubkeyTransactorSession struct {
	Contract     *OperatorPubkeyTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts         // Transaction auth options to use throughout this session
}

OperatorPubkeyTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*OperatorPubkeyTransactorSession) Method

func (_OperatorPubkey *OperatorPubkeyTransactorSession) Method() (*types.Transaction, error)

Method is a paid mutator transaction binding the contract method 0x2c383a9f.

Solidity: function method() returns(bytes)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL