mesg-foundation/core

View on GitHub
x/ownership/internal/types/querier.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

// Query endpoints supported by the ownership querier
const (
    QueryList = "list"
)