Versions in this module Expand all Collapse all v1 v1.0.0 Dec 13, 2024 Changes in this version + var OutputsABI = OutputsMetaData.ABI + var OutputsMetaData = &bind.MetaData + type Outputs struct + func NewOutputs(address common.Address, backend bind.ContractBackend) (*Outputs, error) + type OutputsCaller struct + func NewOutputsCaller(address common.Address, caller bind.ContractCaller) (*OutputsCaller, error) + type OutputsCallerRaw struct + Contract *OutputsCaller + func (_Outputs *OutputsCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type OutputsCallerSession struct + CallOpts bind.CallOpts + Contract *OutputsCaller + type OutputsFilterer struct + func NewOutputsFilterer(address common.Address, filterer bind.ContractFilterer) (*OutputsFilterer, error) + type OutputsRaw struct + Contract *Outputs + func (_Outputs *OutputsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Outputs *OutputsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Outputs *OutputsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type OutputsSession struct + CallOpts bind.CallOpts + Contract *Outputs + TransactOpts bind.TransactOpts + func (_Outputs *OutputsSession) DelegateCallVoucher(destination common.Address, payload []byte) (*types.Transaction, error) + func (_Outputs *OutputsSession) Notice(payload []byte) (*types.Transaction, error) + func (_Outputs *OutputsSession) Voucher(destination common.Address, value *big.Int, payload []byte) (*types.Transaction, error) + type OutputsTransactor struct + func NewOutputsTransactor(address common.Address, transactor bind.ContractTransactor) (*OutputsTransactor, error) + func (_Outputs *OutputsTransactor) DelegateCallVoucher(opts *bind.TransactOpts, destination common.Address, payload []byte) (*types.Transaction, error) + func (_Outputs *OutputsTransactor) Notice(opts *bind.TransactOpts, payload []byte) (*types.Transaction, error) + func (_Outputs *OutputsTransactor) Voucher(opts *bind.TransactOpts, destination common.Address, value *big.Int, ...) (*types.Transaction, error) + type OutputsTransactorRaw struct + Contract *OutputsTransactor + func (_Outputs *OutputsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Outputs *OutputsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type OutputsTransactorSession struct + Contract *OutputsTransactor + TransactOpts bind.TransactOpts + func (_Outputs *OutputsTransactorSession) DelegateCallVoucher(destination common.Address, payload []byte) (*types.Transaction, error) + func (_Outputs *OutputsTransactorSession) Notice(payload []byte) (*types.Transaction, error) + func (_Outputs *OutputsTransactorSession) Voucher(destination common.Address, value *big.Int, payload []byte) (*types.Transaction, error)