package
0.0.0-20181026122453-b7e984262a79
Repository: https://github.com/kowala-tech/kusd.git
Documentation: pkg.go.dev

# Functions

DeployConsensusMock deploys a new Kowala contract, binding an instance of ConsensusMock to it.
DeployDomainResolverMock deploys a new Kowala contract, binding an instance of DomainResolverMock to it.
DeployExchangeMgr deploys a new Kowala contract, binding an instance of ExchangeMgr to it.
DeployNameHash deploys a new Kowala contract, binding an instance of NameHash to it.
DeployOracleMgr deploys a new Kowala contract, binding an instance of OracleMgr to it.
NewConsensusMock creates a new instance of ConsensusMock, bound to a specific deployed contract.
NewConsensusMockCaller creates a new read-only instance of ConsensusMock, bound to a specific deployed contract.
NewConsensusMockFilterer creates a new log filterer instance of ConsensusMock, bound to a specific deployed contract.
NewConsensusMockTransactor creates a new write-only instance of ConsensusMock, bound to a specific deployed contract.
NewDomainResolverMock creates a new instance of DomainResolverMock, bound to a specific deployed contract.
NewDomainResolverMockCaller creates a new read-only instance of DomainResolverMock, bound to a specific deployed contract.
NewDomainResolverMockFilterer creates a new log filterer instance of DomainResolverMock, bound to a specific deployed contract.
NewDomainResolverMockTransactor creates a new write-only instance of DomainResolverMock, bound to a specific deployed contract.
NewExchangeMgr creates a new instance of ExchangeMgr, bound to a specific deployed contract.
NewExchangeMgrCaller creates a new read-only instance of ExchangeMgr, bound to a specific deployed contract.
NewExchangeMgrFilterer creates a new log filterer instance of ExchangeMgr, bound to a specific deployed contract.
NewExchangeMgrTransactor creates a new write-only instance of ExchangeMgr, bound to a specific deployed contract.
NewNameHash creates a new instance of NameHash, bound to a specific deployed contract.
NewNameHashCaller creates a new read-only instance of NameHash, bound to a specific deployed contract.
NewNameHashFilterer creates a new log filterer instance of NameHash, bound to a specific deployed contract.
NewNameHashTransactor creates a new write-only instance of NameHash, bound to a specific deployed contract.
NewOracleMgr creates a new instance of OracleMgr, bound to a specific deployed contract.
NewOracleMgrCaller creates a new read-only instance of OracleMgr, bound to a specific deployed contract.
NewOracleMgrFilterer creates a new log filterer instance of OracleMgr, bound to a specific deployed contract.
NewOracleMgrTransactor creates a new write-only instance of OracleMgr, bound to a specific deployed contract.

# Constants

ConsensusMockABI is the input ABI used to generate the binding from.
ConsensusMockBin is the compiled bytecode used for deploying new contracts.
DomainResolverMockABI is the input ABI used to generate the binding from.
DomainResolverMockBin is the compiled bytecode used for deploying new contracts.
ExchangeMgrABI is the input ABI used to generate the binding from.
ExchangeMgrBin is the compiled bytecode used for deploying new contracts.
NameHashABI is the input ABI used to generate the binding from.
NameHashBin is the compiled bytecode used for deploying new contracts.
OracleMgrABI is the input ABI used to generate the binding from.
OracleMgrBin is the compiled bytecode used for deploying new contracts.

# Structs

ConsensusMock is an auto generated Go binding around a Kowala contract.
ConsensusMockCaller is an auto generated read-only Go binding around a Kowala contract.
ConsensusMockCallerRaw is an auto generated low-level read-only Go binding around a Kowala contract.
ConsensusMockCallerSession is an auto generated read-only Go binding around a Kowala contract, with pre-set call options.
ConsensusMockFilterer is an auto generated log filtering Go binding around a Kowala contract events.
ConsensusMockRaw is an auto generated low-level Go binding around a Kowala contract.
ConsensusMockSession is an auto generated Go binding around a Kowala contract, with pre-set call and transact options.
ConsensusMockTransactor is an auto generated write-only Go binding around a Kowala contract.
ConsensusMockTransactorRaw is an auto generated low-level write-only Go binding around a Kowala contract.
ConsensusMockTransactorSession is an auto generated write-only Go binding around a Kowala contract, with pre-set transact options.
DomainResolverMock is an auto generated Go binding around a Kowala contract.
DomainResolverMockCaller is an auto generated read-only Go binding around a Kowala contract.
DomainResolverMockCallerRaw is an auto generated low-level read-only Go binding around a Kowala contract.
DomainResolverMockCallerSession is an auto generated read-only Go binding around a Kowala contract, with pre-set call options.
DomainResolverMockFilterer is an auto generated log filtering Go binding around a Kowala contract events.
DomainResolverMockRaw is an auto generated low-level Go binding around a Kowala contract.
DomainResolverMockSession is an auto generated Go binding around a Kowala contract, with pre-set call and transact options.
DomainResolverMockTransactor is an auto generated write-only Go binding around a Kowala contract.
DomainResolverMockTransactorRaw is an auto generated low-level write-only Go binding around a Kowala contract.
DomainResolverMockTransactorSession is an auto generated write-only Go binding around a Kowala contract, with pre-set transact options.
ExchangeMgr is an auto generated Go binding around a Kowala contract.
ExchangeMgrAddition represents a Addition event raised by the ExchangeMgr contract.
ExchangeMgrAdditionIterator is returned from FilterAddition and is used to iterate over the raw logs and unpacked data for Addition events raised by the ExchangeMgr contract.
ExchangeMgrBlacklisted represents a Blacklisted event raised by the ExchangeMgr contract.
ExchangeMgrBlacklistedIterator is returned from FilterBlacklisted and is used to iterate over the raw logs and unpacked data for Blacklisted events raised by the ExchangeMgr contract.
ExchangeMgrCaller is an auto generated read-only Go binding around a Kowala contract.
ExchangeMgrCallerRaw is an auto generated low-level read-only Go binding around a Kowala contract.
ExchangeMgrCallerSession is an auto generated read-only Go binding around a Kowala contract, with pre-set call options.
ExchangeMgrFilterer is an auto generated log filtering Go binding around a Kowala contract events.
ExchangeMgrOwnershipRenounced represents a OwnershipRenounced event raised by the ExchangeMgr contract.
ExchangeMgrOwnershipRenouncedIterator is returned from FilterOwnershipRenounced and is used to iterate over the raw logs and unpacked data for OwnershipRenounced events raised by the ExchangeMgr contract.
ExchangeMgrOwnershipTransferred represents a OwnershipTransferred event raised by the ExchangeMgr contract.
ExchangeMgrOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ExchangeMgr contract.
ExchangeMgrPause represents a Pause event raised by the ExchangeMgr contract.
ExchangeMgrPauseIterator is returned from FilterPause and is used to iterate over the raw logs and unpacked data for Pause events raised by the ExchangeMgr contract.
ExchangeMgrRaw is an auto generated low-level Go binding around a Kowala contract.
ExchangeMgrRemoval represents a Removal event raised by the ExchangeMgr contract.
ExchangeMgrRemovalIterator is returned from FilterRemoval and is used to iterate over the raw logs and unpacked data for Removal events raised by the ExchangeMgr contract.
ExchangeMgrSession is an auto generated Go binding around a Kowala contract, with pre-set call and transact options.
ExchangeMgrTransactor is an auto generated write-only Go binding around a Kowala contract.
ExchangeMgrTransactorRaw is an auto generated low-level write-only Go binding around a Kowala contract.
ExchangeMgrTransactorSession is an auto generated write-only Go binding around a Kowala contract, with pre-set transact options.
ExchangeMgrUnpause represents a Unpause event raised by the ExchangeMgr contract.
ExchangeMgrUnpauseIterator is returned from FilterUnpause and is used to iterate over the raw logs and unpacked data for Unpause events raised by the ExchangeMgr contract.
ExchangeMgrWhitelisted represents a Whitelisted event raised by the ExchangeMgr contract.
ExchangeMgrWhitelistedIterator is returned from FilterWhitelisted and is used to iterate over the raw logs and unpacked data for Whitelisted events raised by the ExchangeMgr contract.
NameHash is an auto generated Go binding around a Kowala contract.
NameHashCaller is an auto generated read-only Go binding around a Kowala contract.
NameHashCallerRaw is an auto generated low-level read-only Go binding around a Kowala contract.
NameHashCallerSession is an auto generated read-only Go binding around a Kowala contract, with pre-set call options.
NameHashFilterer is an auto generated log filtering Go binding around a Kowala contract events.
NameHashRaw is an auto generated low-level Go binding around a Kowala contract.
NameHashSession is an auto generated Go binding around a Kowala contract, with pre-set call and transact options.
NameHashTransactor is an auto generated write-only Go binding around a Kowala contract.
NameHashTransactorRaw is an auto generated low-level write-only Go binding around a Kowala contract.
NameHashTransactorSession is an auto generated write-only Go binding around a Kowala contract, with pre-set transact options.
OracleMgr is an auto generated Go binding around a Kowala contract.
OracleMgrCaller is an auto generated read-only Go binding around a Kowala contract.
OracleMgrCallerRaw is an auto generated low-level read-only Go binding around a Kowala contract.
OracleMgrCallerSession is an auto generated read-only Go binding around a Kowala contract, with pre-set call options.
OracleMgrFilterer is an auto generated log filtering Go binding around a Kowala contract events.
OracleMgrOwnershipRenounced represents a OwnershipRenounced event raised by the OracleMgr contract.
OracleMgrOwnershipRenouncedIterator is returned from FilterOwnershipRenounced and is used to iterate over the raw logs and unpacked data for OwnershipRenounced events raised by the OracleMgr contract.
OracleMgrOwnershipTransferred represents a OwnershipTransferred event raised by the OracleMgr contract.
OracleMgrOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the OracleMgr contract.
OracleMgrPause represents a Pause event raised by the OracleMgr contract.
OracleMgrPauseIterator is returned from FilterPause and is used to iterate over the raw logs and unpacked data for Pause events raised by the OracleMgr contract.
OracleMgrRaw is an auto generated low-level Go binding around a Kowala contract.
OracleMgrSession is an auto generated Go binding around a Kowala contract, with pre-set call and transact options.
OracleMgrTransactor is an auto generated write-only Go binding around a Kowala contract.
OracleMgrTransactorRaw is an auto generated low-level write-only Go binding around a Kowala contract.
OracleMgrTransactorSession is an auto generated write-only Go binding around a Kowala contract, with pre-set transact options.
OracleMgrUnpause represents a Unpause event raised by the OracleMgr contract.
OracleMgrUnpauseIterator is returned from FilterUnpause and is used to iterate over the raw logs and unpacked data for Unpause events raised by the OracleMgr contract.