tendermint/proxy/state.go

10 lines
89 B
Go

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