custom queriables
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
import abci "github.com/tendermint/tendermint/abci/types"
|
||||
|
||||
type CustomQueryable interface {
|
||||
Query(ctx Context, path []string, req abci.RequestQuery) (res []byte, err Error)
|
||||
}
|
||||
Reference in New Issue
Block a user