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

    Class QueryClassesResponse

    QueryClassesResponse is the response type for the Query/Classes RPC method

    from message cosmos.nft.v1beta1.QueryClassesResponse

    Hierarchy

    Index

    Constructors

    Properties

    classes: Class[] = []

    class defines the class of the nft type.

    from field: repeated cosmos.nft.v1beta1.Class classes = 1;

    pagination?: PageResponse

    pagination defines the pagination in the response.

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

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.nft.v1beta1.QueryClassesResponse"

    Methods