mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 22:05:18 +00:00
10 lines
89 B
Go
10 lines
89 B
Go
package proxy
|
|
|
|
type State interface {
|
|
// TODO
|
|
}
|
|
|
|
type BlockStore interface {
|
|
// TODO
|
|
}
|