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

    Class QueryGranteeGrantsResponse

    QueryGranteeGrantsResponse is the response type for the Query/GranteeGrants RPC method.

    from message cosmos.authz.v1beta1.QueryGranteeGrantsResponse

    Hierarchy

    Index

    Constructors

    Properties

    grants: GrantAuthorization[] = []

    grants is a list of grants granted to the grantee.

    from field: repeated cosmos.authz.v1beta1.GrantAuthorization grants = 1;

    pagination?: PageResponse

    pagination defines an pagination for the response.

    from field: cosmos.base.query.v1beta1.PageResponse pagination = 2;

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

    Methods