tendermint/proxy/state.go

10 lines
89 B
Go
Raw Normal View History

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