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

    Class QueryAllEvidenceResponse

    QueryAllEvidenceResponse is the response type for the Query/AllEvidence RPC method.

    from message cosmos.evidence.v1beta1.QueryAllEvidenceResponse

    Hierarchy

    Index

    Constructors

    Properties

    evidence: Any[] = []

    evidence returns all evidences.

    from field: repeated google.protobuf.Any evidence = 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.evidence.v1beta1.QueryAllEvidenceResponse"

    Methods