outputs

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var OutputsABI = OutputsMetaData.ABI

OutputsABI is the input ABI used to generate the binding from. Deprecated: Use OutputsMetaData.ABI instead.

View Source
var OutputsMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"destination\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"DelegateCallVoucher\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"Notice\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"destination\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"Voucher\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

OutputsMetaData contains all meta data concerning the Outputs contract.

Functions

This section is empty.

Types

type Outputs

type Outputs struct {
	OutputsCaller     // Read-only binding to the contract
	OutputsTransactor // Write-only binding to the contract
	OutputsFilterer   // Log filterer for contract events
}

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

func NewOutputs

func NewOutputs(address common.Address, backend bind.ContractBackend) (*Outputs, error)

NewOutputs creates a new instance of Outputs, bound to a specific deployed contract.

type OutputsCaller

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

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

func NewOutputsCaller

func NewOutputsCaller(address common.Address, caller bind.ContractCaller) (*OutputsCaller, error)

NewOutputsCaller creates a new read-only instance of Outputs, bound to a specific deployed contract.

type OutputsCallerRaw

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

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

func (*OutputsCallerRaw) Call

func (_Outputs *OutputsCallerRaw) 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 OutputsCallerSession

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

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

type OutputsFilterer

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

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

func NewOutputsFilterer

func NewOutputsFilterer(address common.Address, filterer bind.ContractFilterer) (*OutputsFilterer, error)

NewOutputsFilterer creates a new log filterer instance of Outputs, bound to a specific deployed contract.

type OutputsRaw

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

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

func (*OutputsRaw) Call

func (_Outputs *OutputsRaw) 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 (*OutputsRaw) Transact

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

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

func (*OutputsRaw) Transfer

func (_Outputs *OutputsRaw) 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 OutputsSession

type OutputsSession struct {
	Contract     *Outputs          // 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
}

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

func (*OutputsSession) DelegateCallVoucher

func (_Outputs *OutputsSession) DelegateCallVoucher(destination common.Address, payload []byte) (*types.Transaction, error)

DelegateCallVoucher is a paid mutator transaction binding the contract method 0x10321e8b.

Solidity: function DelegateCallVoucher(address destination, bytes payload) returns()

func (*OutputsSession) Notice

func (_Outputs *OutputsSession) Notice(payload []byte) (*types.Transaction, error)

Notice is a paid mutator transaction binding the contract method 0xc258d6e5.

Solidity: function Notice(bytes payload) returns()

func (*OutputsSession) Voucher

func (_Outputs *OutputsSession) Voucher(destination common.Address, value *big.Int, payload []byte) (*types.Transaction, error)

Voucher is a paid mutator transaction binding the contract method 0x237a816f.

Solidity: function Voucher(address destination, uint256 value, bytes payload) returns()

type OutputsTransactor

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

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

func NewOutputsTransactor

func NewOutputsTransactor(address common.Address, transactor bind.ContractTransactor) (*OutputsTransactor, error)

NewOutputsTransactor creates a new write-only instance of Outputs, bound to a specific deployed contract.

func (*OutputsTransactor) DelegateCallVoucher

func (_Outputs *OutputsTransactor) DelegateCallVoucher(opts *bind.TransactOpts, destination common.Address, payload []byte) (*types.Transaction, error)

DelegateCallVoucher is a paid mutator transaction binding the contract method 0x10321e8b.

Solidity: function DelegateCallVoucher(address destination, bytes payload) returns()

func (*OutputsTransactor) Notice

func (_Outputs *OutputsTransactor) Notice(opts *bind.TransactOpts, payload []byte) (*types.Transaction, error)

Notice is a paid mutator transaction binding the contract method 0xc258d6e5.

Solidity: function Notice(bytes payload) returns()

func (*OutputsTransactor) Voucher

func (_Outputs *OutputsTransactor) Voucher(opts *bind.TransactOpts, destination common.Address, value *big.Int, payload []byte) (*types.Transaction, error)

Voucher is a paid mutator transaction binding the contract method 0x237a816f.

Solidity: function Voucher(address destination, uint256 value, bytes payload) returns()

type OutputsTransactorRaw

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

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

func (*OutputsTransactorRaw) Transact

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

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

func (*OutputsTransactorRaw) Transfer

func (_Outputs *OutputsTransactorRaw) 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 OutputsTransactorSession

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

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

func (*OutputsTransactorSession) DelegateCallVoucher

func (_Outputs *OutputsTransactorSession) DelegateCallVoucher(destination common.Address, payload []byte) (*types.Transaction, error)

DelegateCallVoucher is a paid mutator transaction binding the contract method 0x10321e8b.

Solidity: function DelegateCallVoucher(address destination, bytes payload) returns()

func (*OutputsTransactorSession) Notice

func (_Outputs *OutputsTransactorSession) Notice(payload []byte) (*types.Transaction, error)

Notice is a paid mutator transaction binding the contract method 0xc258d6e5.

Solidity: function Notice(bytes payload) returns()

func (*OutputsTransactorSession) Voucher

func (_Outputs *OutputsTransactorSession) Voucher(destination common.Address, value *big.Int, payload []byte) (*types.Transaction, error)

Voucher is a paid mutator transaction binding the contract method 0x237a816f.

Solidity: function Voucher(address destination, uint256 value, bytes payload) returns()

Jump to

Keyboard shortcuts

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