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

    Class QueryGrantsResponse

    QueryGrantsResponse is the response type for the Query/Authorizations RPC method.

    from message cosmos.authz.v1beta1.QueryGrantsResponse

    Hierarchy

    Index

    Constructors

    Properties

    grants: cosmos.authz.v1beta1.Grant[] = []

    authorizations is a list of grants granted for grantee by granter.

    from field: repeated cosmos.authz.v1beta1.Grant 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.QueryGrantsResponse"

    Methods