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

    Class QueryGrantsRequest

    QueryGrantsRequest is the request type for the Query/Grants RPC method.

    from message cosmos.authz.v1beta1.QueryGrantsRequest

    Hierarchy

    Index

    Constructors

    Properties

    grantee: string = ""

    from field: string grantee = 2;

    granter: string = ""

    from field: string granter = 1;

    msgTypeUrl: string = ""

    Optional, msg_type_url, when set, will query only grants matching given msg type.

    from field: string msg_type_url = 3;

    pagination?: PageRequest

    pagination defines an pagination for the request.

    from field: cosmos.base.query.v1beta1.PageRequest pagination = 4;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.authz.v1beta1.QueryGrantsRequest"

    Methods