FulfillmentApplicationErrors

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FulfillmentApplicationErrorsABI = FulfillmentApplicationErrorsMetaData.ABI

FulfillmentApplicationErrorsABI is the input ABI used to generate the binding from. Deprecated: Use FulfillmentApplicationErrorsMetaData.ABI instead.

View Source
var FulfillmentApplicationErrorsMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"InvalidFulfillmentComponentData\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"MismatchedFulfillmentOfferAndConsiderationComponents\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"enumSide\",\"name\":\"side\",\"type\":\"uint8\"}],\"name\":\"MissingFulfillmentComponentOnAggregation\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OfferAndConsiderationRequiredOnFulfillment\",\"type\":\"error\"}]",
}

FulfillmentApplicationErrorsMetaData contains all meta data concerning the FulfillmentApplicationErrors contract.

Functions

This section is empty.

Types

type FulfillmentApplicationErrors

type FulfillmentApplicationErrors struct {
	FulfillmentApplicationErrorsCaller     // Read-only binding to the contract
	FulfillmentApplicationErrorsTransactor // Write-only binding to the contract
	FulfillmentApplicationErrorsFilterer   // Log filterer for contract events
}

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

func NewFulfillmentApplicationErrors

func NewFulfillmentApplicationErrors(address common.Address, backend bind.ContractBackend) (*FulfillmentApplicationErrors, error)

NewFulfillmentApplicationErrors creates a new instance of FulfillmentApplicationErrors, bound to a specific deployed contract.

type FulfillmentApplicationErrorsCaller

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

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

func NewFulfillmentApplicationErrorsCaller

func NewFulfillmentApplicationErrorsCaller(address common.Address, caller bind.ContractCaller) (*FulfillmentApplicationErrorsCaller, error)

NewFulfillmentApplicationErrorsCaller creates a new read-only instance of FulfillmentApplicationErrors, bound to a specific deployed contract.

type FulfillmentApplicationErrorsCallerRaw

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

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

func (*FulfillmentApplicationErrorsCallerRaw) Call

func (_FulfillmentApplicationErrors *FulfillmentApplicationErrorsCallerRaw) 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 FulfillmentApplicationErrorsCallerSession

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

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

type FulfillmentApplicationErrorsFilterer

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

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

func NewFulfillmentApplicationErrorsFilterer

func NewFulfillmentApplicationErrorsFilterer(address common.Address, filterer bind.ContractFilterer) (*FulfillmentApplicationErrorsFilterer, error)

NewFulfillmentApplicationErrorsFilterer creates a new log filterer instance of FulfillmentApplicationErrors, bound to a specific deployed contract.

type FulfillmentApplicationErrorsRaw

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

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

func (*FulfillmentApplicationErrorsRaw) Call

func (_FulfillmentApplicationErrors *FulfillmentApplicationErrorsRaw) 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 (*FulfillmentApplicationErrorsRaw) Transact

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

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

func (*FulfillmentApplicationErrorsRaw) Transfer

func (_FulfillmentApplicationErrors *FulfillmentApplicationErrorsRaw) 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 FulfillmentApplicationErrorsSession

type FulfillmentApplicationErrorsSession struct {
	Contract     *FulfillmentApplicationErrors // 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
}

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

type FulfillmentApplicationErrorsTransactor

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

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

func NewFulfillmentApplicationErrorsTransactor

func NewFulfillmentApplicationErrorsTransactor(address common.Address, transactor bind.ContractTransactor) (*FulfillmentApplicationErrorsTransactor, error)

NewFulfillmentApplicationErrorsTransactor creates a new write-only instance of FulfillmentApplicationErrors, bound to a specific deployed contract.

type FulfillmentApplicationErrorsTransactorRaw

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

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

func (*FulfillmentApplicationErrorsTransactorRaw) Transact

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

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

func (*FulfillmentApplicationErrorsTransactorRaw) Transfer

func (_FulfillmentApplicationErrors *FulfillmentApplicationErrorsTransactorRaw) 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 FulfillmentApplicationErrorsTransactorSession

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

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

Jump to

Keyboard shortcuts

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