Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBTPHandler ¶
type Syncer ¶
type Syncer interface { // Start starts the service of syncer Start() error // Stop stops the service of syncer Stop() error RegisterIBTPHandler(handler IBTPHandler) error }
type WrapperSyncer ¶
type WrapperSyncer struct {
// contains filtered or unexported fields
}
WrapperSyncer represents the necessary data for sync tx wrappers from bitxhub
func New ¶
New creates instance of WrapperSyncer given agent interacting with bitxhub, validators addresses of bitxhub and local storage
func (*WrapperSyncer) RegisterIBTPHandler ¶
func (syncer *WrapperSyncer) RegisterIBTPHandler(handler IBTPHandler) error
Directories
¶
Path | Synopsis |
---|---|
Package mock_syncer is a generated GoMock package.
|
Package mock_syncer is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.