mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 23:02:16 +00:00
10 lines
89 B
Go
10 lines
89 B
Go
|
package proxy
|
||
|
|
||
|
type State interface {
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
type BlockStore interface {
|
||
|
// TODO
|
||
|
}
|