bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    QueryServiceDescriptor describes a cosmos-sdk queryable service

    from message cosmos.base.reflection.v2alpha1.QueryServiceDescriptor

    Hierarchy

    Index

    Constructors

    Properties

    fullname: string = ""

    fullname is the protobuf fullname of the service descriptor

    from field: string fullname = 1;

    isModule: boolean = false

    is_module describes if this service is actually exposed by an application's module

    from field: bool is_module = 2;

    methods: QueryMethodDescriptor[] = []

    methods provides a list of query service methods

    from field: repeated cosmos.base.reflection.v2alpha1.QueryMethodDescriptor methods = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.base.reflection.v2alpha1.QueryServiceDescriptor"

    Methods