exported

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: May 14, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionI

type ConnectionI interface {
	GetID() string
	GetClientID() string
	GetState() int32
	GetCounterparty() CounterpartyI
	GetVersions() []string
	ValidateBasic() error
}

ConnectionI describes the required methods for a connection.

type CounterpartyI

type CounterpartyI interface {
	GetClientID() string
	GetConnectionID() string
	GetPrefix() commitmentexported.Prefix
	ValidateBasic() error
}

CounterpartyI describes the required methods for a counterparty connection.

Jump to

Keyboard shortcuts

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