Documentation ¶
Index ¶
- Constants
- type KORDRegistry
- type KORDRegistryCaller
- type KORDRegistryCallerRaw
- type KORDRegistryCallerSession
- type KORDRegistryFilterer
- type KORDRegistryRaw
- func (_KORDRegistry *KORDRegistryRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_KORDRegistry *KORDRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_KORDRegistry *KORDRegistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type KORDRegistrySession
- type KORDRegistryTransactor
- type KORDRegistryTransactorRaw
- type KORDRegistryTransactorSession
Constants ¶
const KORDRegistryABI = "" /* 441-byte string literal not displayed */
KORDRegistryABI is the input ABI used to generate the binding from.
const KORDRegistryBin = `` /* 1198-byte string literal not displayed */
KORDRegistryBin is the compiled bytecode used for deploying new contracts.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KORDRegistry ¶
type KORDRegistry struct { KORDRegistryCaller // Read-only binding to the contract KORDRegistryTransactor // Write-only binding to the contract KORDRegistryFilterer // Log filterer for contract events }
KORDRegistry is an auto generated Go binding around an Ethereum contract.
func DeployKORDRegistry ¶
func DeployKORDRegistry(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *KORDRegistry, error)
DeployKORDRegistry deploys a new Ethereum contract, binding an instance of KORDRegistry to it.
func NewKORDRegistry ¶
func NewKORDRegistry(address common.Address, backend bind.ContractBackend) (*KORDRegistry, error)
NewKORDRegistry creates a new instance of KORDRegistry, bound to a specific deployed contract.
type KORDRegistryCaller ¶
type KORDRegistryCaller struct {
// contains filtered or unexported fields
}
KORDRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewKORDRegistryCaller ¶
func NewKORDRegistryCaller(address common.Address, caller bind.ContractCaller) (*KORDRegistryCaller, error)
NewKORDRegistryCaller creates a new read-only instance of KORDRegistry, bound to a specific deployed contract.
type KORDRegistryCallerRaw ¶
type KORDRegistryCallerRaw struct {
Contract *KORDRegistryCaller // Generic read-only contract binding to access the raw methods on
}
KORDRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*KORDRegistryCallerRaw) Call ¶
func (_KORDRegistry *KORDRegistryCallerRaw) 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 KORDRegistryCallerSession ¶
type KORDRegistryCallerSession struct { Contract *KORDRegistryCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
KORDRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type KORDRegistryFilterer ¶
type KORDRegistryFilterer struct {
// contains filtered or unexported fields
}
KORDRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewKORDRegistryFilterer ¶
func NewKORDRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*KORDRegistryFilterer, error)
NewKORDRegistryFilterer creates a new log filterer instance of KORDRegistry, bound to a specific deployed contract.
type KORDRegistryRaw ¶
type KORDRegistryRaw struct {
Contract *KORDRegistry // Generic contract binding to access the raw methods on
}
KORDRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*KORDRegistryRaw) Call ¶
func (_KORDRegistry *KORDRegistryRaw) 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 (*KORDRegistryRaw) Transact ¶
func (_KORDRegistry *KORDRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*KORDRegistryRaw) Transfer ¶
func (_KORDRegistry *KORDRegistryRaw) 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 KORDRegistrySession ¶
type KORDRegistrySession struct { Contract *KORDRegistry // 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 }
KORDRegistrySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*KORDRegistrySession) Graph ¶
func (_KORDRegistry *KORDRegistrySession) Graph(kordID common.Address) ([32]byte, error)
Graph is a free data retrieval call binding the contract method 0xab2c7776.
Solidity: function graph(kordID address) constant returns(bytes32)
func (*KORDRegistrySession) SetGraph ¶
func (_KORDRegistry *KORDRegistrySession) SetGraph(hash [32]byte, sig []byte) (*types.Transaction, error)
SetGraph is a paid mutator transaction binding the contract method 0x75dfb0e0.
Solidity: function setGraph(hash bytes32, sig bytes) returns()
type KORDRegistryTransactor ¶
type KORDRegistryTransactor struct {
// contains filtered or unexported fields
}
KORDRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewKORDRegistryTransactor ¶
func NewKORDRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*KORDRegistryTransactor, error)
NewKORDRegistryTransactor creates a new write-only instance of KORDRegistry, bound to a specific deployed contract.
func (*KORDRegistryTransactor) SetGraph ¶
func (_KORDRegistry *KORDRegistryTransactor) SetGraph(opts *bind.TransactOpts, hash [32]byte, sig []byte) (*types.Transaction, error)
SetGraph is a paid mutator transaction binding the contract method 0x75dfb0e0.
Solidity: function setGraph(hash bytes32, sig bytes) returns()
type KORDRegistryTransactorRaw ¶
type KORDRegistryTransactorRaw struct {
Contract *KORDRegistryTransactor // Generic write-only contract binding to access the raw methods on
}
KORDRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*KORDRegistryTransactorRaw) Transact ¶
func (_KORDRegistry *KORDRegistryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*KORDRegistryTransactorRaw) Transfer ¶
func (_KORDRegistry *KORDRegistryTransactorRaw) 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 KORDRegistryTransactorSession ¶
type KORDRegistryTransactorSession struct { Contract *KORDRegistryTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
KORDRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*KORDRegistryTransactorSession) SetGraph ¶
func (_KORDRegistry *KORDRegistryTransactorSession) SetGraph(hash [32]byte, sig []byte) (*types.Transaction, error)
SetGraph is a paid mutator transaction binding the contract method 0x75dfb0e0.
Solidity: function setGraph(hash bytes32, sig bytes) returns()