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