mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 09:21:32 +00:00
proxy: typed app conns
This commit is contained in:
9
proxy/state.go
Normal file
9
proxy/state.go
Normal file
@ -0,0 +1,9 @@
|
||||
package proxy
|
||||
|
||||
type State interface {
|
||||
// TODO
|
||||
}
|
||||
|
||||
type BlockStore interface {
|
||||
// TODO
|
||||
}
|
Reference in New Issue
Block a user