tendermint/proxy/state.go

10 lines
89 B
Go
Raw Normal View History

2016-08-17 22:28:08 -04:00
package proxy
type State interface {
// TODO
}
type BlockStore interface {
// TODO
}