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

    Class QueryAllowancesByGranterRequest

    QueryAllowancesByGranterRequest is the request type for the Query/AllowancesByGranter RPC method.

    Since: cosmos-sdk 0.46

    from message cosmos.feegrant.v1beta1.QueryAllowancesByGranterRequest

    Hierarchy

    Index

    Constructors

    Properties

    granter: string = ""

    from field: string granter = 1;

    pagination?: PageRequest

    pagination defines an pagination for the request.

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

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.feegrant.v1beta1.QueryAllowancesByGranterRequest"

    Methods