* ibc: light clients restructure * tendermint client cleanup * solomachine cleanup * rename * add cli * update spec README * proto files update * fix * update proto files * fix test build * fix test build
6 lines
158 B
Go
6 lines
158 B
Go
/*
|
|
Package localhost implements a concrete `ConsensusState`, `Header`,
|
|
`Misbehaviour` and `Equivocation` types for the loop-back client.
|
|
*/
|
|
package localhost
|