tendermint/proxy/state.go
2016-08-24 01:45:45 -04:00

10 lines
89 B
Go

package proxy
type State interface {
// TODO
}
type BlockStore interface {
// TODO
}