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.
Click to show internal directories.
Click to hide internal directories.