Documentation ¶
Index ¶
- Variables
- type Idataavailabilityprotocol
- type IdataavailabilityprotocolCaller
- type IdataavailabilityprotocolCallerRaw
- type IdataavailabilityprotocolCallerSession
- type IdataavailabilityprotocolFilterer
- type IdataavailabilityprotocolRaw
- func (_Idataavailabilityprotocol *IdataavailabilityprotocolRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Idataavailabilityprotocol *IdataavailabilityprotocolRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Idataavailabilityprotocol *IdataavailabilityprotocolRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IdataavailabilityprotocolSession
- type IdataavailabilityprotocolTransactor
- type IdataavailabilityprotocolTransactorRaw
- func (_Idataavailabilityprotocol *IdataavailabilityprotocolTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Idataavailabilityprotocol *IdataavailabilityprotocolTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IdataavailabilityprotocolTransactorSession
Constants ¶
This section is empty.
Variables ¶
var IdataavailabilityprotocolABI = IdataavailabilityprotocolMetaData.ABI
IdataavailabilityprotocolABI is the input ABI used to generate the binding from. Deprecated: Use IdataavailabilityprotocolMetaData.ABI instead.
var IdataavailabilityprotocolMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"getProcotolName\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"hash\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"dataAvailabilityMessage\",\"type\":\"bytes\"}],\"name\":\"verifyMessage\",\"outputs\":[],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}
IdataavailabilityprotocolMetaData contains all meta data concerning the Idataavailabilityprotocol contract.
Functions ¶
This section is empty.
Types ¶
type Idataavailabilityprotocol ¶
type Idataavailabilityprotocol struct { IdataavailabilityprotocolCaller // Read-only binding to the contract IdataavailabilityprotocolTransactor // Write-only binding to the contract IdataavailabilityprotocolFilterer // Log filterer for contract events }
Idataavailabilityprotocol is an auto generated Go binding around an Ethereum contract.
func NewIdataavailabilityprotocol ¶
func NewIdataavailabilityprotocol(address common.Address, backend bind.ContractBackend) (*Idataavailabilityprotocol, error)
NewIdataavailabilityprotocol creates a new instance of Idataavailabilityprotocol, bound to a specific deployed contract.
type IdataavailabilityprotocolCaller ¶
type IdataavailabilityprotocolCaller struct {
// contains filtered or unexported fields
}
IdataavailabilityprotocolCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewIdataavailabilityprotocolCaller ¶
func NewIdataavailabilityprotocolCaller(address common.Address, caller bind.ContractCaller) (*IdataavailabilityprotocolCaller, error)
NewIdataavailabilityprotocolCaller creates a new read-only instance of Idataavailabilityprotocol, bound to a specific deployed contract.
func (*IdataavailabilityprotocolCaller) GetProcotolName ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolCaller) GetProcotolName(opts *bind.CallOpts) (string, error)
GetProcotolName is a free data retrieval call binding the contract method 0xe4f17120.
Solidity: function getProcotolName() view returns(string)
func (*IdataavailabilityprotocolCaller) VerifyMessage ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolCaller) VerifyMessage(opts *bind.CallOpts, hash [32]byte, dataAvailabilityMessage []byte) error
VerifyMessage is a free data retrieval call binding the contract method 0x3b51be4b.
Solidity: function verifyMessage(bytes32 hash, bytes dataAvailabilityMessage) view returns()
type IdataavailabilityprotocolCallerRaw ¶
type IdataavailabilityprotocolCallerRaw struct {
Contract *IdataavailabilityprotocolCaller // Generic read-only contract binding to access the raw methods on
}
IdataavailabilityprotocolCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*IdataavailabilityprotocolCallerRaw) Call ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolCallerRaw) 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 IdataavailabilityprotocolCallerSession ¶
type IdataavailabilityprotocolCallerSession struct { Contract *IdataavailabilityprotocolCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
IdataavailabilityprotocolCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*IdataavailabilityprotocolCallerSession) GetProcotolName ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolCallerSession) GetProcotolName() (string, error)
GetProcotolName is a free data retrieval call binding the contract method 0xe4f17120.
Solidity: function getProcotolName() view returns(string)
func (*IdataavailabilityprotocolCallerSession) VerifyMessage ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolCallerSession) VerifyMessage(hash [32]byte, dataAvailabilityMessage []byte) error
VerifyMessage is a free data retrieval call binding the contract method 0x3b51be4b.
Solidity: function verifyMessage(bytes32 hash, bytes dataAvailabilityMessage) view returns()
type IdataavailabilityprotocolFilterer ¶
type IdataavailabilityprotocolFilterer struct {
// contains filtered or unexported fields
}
IdataavailabilityprotocolFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewIdataavailabilityprotocolFilterer ¶
func NewIdataavailabilityprotocolFilterer(address common.Address, filterer bind.ContractFilterer) (*IdataavailabilityprotocolFilterer, error)
NewIdataavailabilityprotocolFilterer creates a new log filterer instance of Idataavailabilityprotocol, bound to a specific deployed contract.
type IdataavailabilityprotocolRaw ¶
type IdataavailabilityprotocolRaw struct {
Contract *Idataavailabilityprotocol // Generic contract binding to access the raw methods on
}
IdataavailabilityprotocolRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*IdataavailabilityprotocolRaw) Call ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolRaw) 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 (*IdataavailabilityprotocolRaw) Transact ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IdataavailabilityprotocolRaw) Transfer ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolRaw) 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 IdataavailabilityprotocolSession ¶
type IdataavailabilityprotocolSession struct { Contract *Idataavailabilityprotocol // 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 }
IdataavailabilityprotocolSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*IdataavailabilityprotocolSession) GetProcotolName ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolSession) GetProcotolName() (string, error)
GetProcotolName is a free data retrieval call binding the contract method 0xe4f17120.
Solidity: function getProcotolName() view returns(string)
func (*IdataavailabilityprotocolSession) VerifyMessage ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolSession) VerifyMessage(hash [32]byte, dataAvailabilityMessage []byte) error
VerifyMessage is a free data retrieval call binding the contract method 0x3b51be4b.
Solidity: function verifyMessage(bytes32 hash, bytes dataAvailabilityMessage) view returns()
type IdataavailabilityprotocolTransactor ¶
type IdataavailabilityprotocolTransactor struct {
// contains filtered or unexported fields
}
IdataavailabilityprotocolTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewIdataavailabilityprotocolTransactor ¶
func NewIdataavailabilityprotocolTransactor(address common.Address, transactor bind.ContractTransactor) (*IdataavailabilityprotocolTransactor, error)
NewIdataavailabilityprotocolTransactor creates a new write-only instance of Idataavailabilityprotocol, bound to a specific deployed contract.
type IdataavailabilityprotocolTransactorRaw ¶
type IdataavailabilityprotocolTransactorRaw struct {
Contract *IdataavailabilityprotocolTransactor // Generic write-only contract binding to access the raw methods on
}
IdataavailabilityprotocolTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*IdataavailabilityprotocolTransactorRaw) Transact ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IdataavailabilityprotocolTransactorRaw) Transfer ¶
func (_Idataavailabilityprotocol *IdataavailabilityprotocolTransactorRaw) 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 IdataavailabilityprotocolTransactorSession ¶
type IdataavailabilityprotocolTransactorSession struct { Contract *IdataavailabilityprotocolTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
IdataavailabilityprotocolTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.