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

    Class QueryGranterGrantsResponse

    QueryGranterGrantsResponse is the response type for the Query/GranterGrants RPC method.

    from message cosmos.authz.v1beta1.QueryGranterGrantsResponse

    Hierarchy

    Index

    Constructors

    Properties

    grants: GrantAuthorization[] = []

    grants is a list of grants granted by the granter.

    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.QueryGranterGrantsResponse"

    Methods