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

    QueryEvidenceRequest is the request type for the Query/Evidence RPC method.

    from message cosmos.evidence.v1beta1.QueryEvidenceRequest

    Hierarchy

    Index

    Constructors

    Properties

    evidenceHash: Uint8Array<ArrayBuffer> = ...

    evidence_hash defines the hash of the requested evidence. Deprecated: Use hash, a HEX encoded string, instead.

    from field: bytes evidence_hash = 1 [deprecated = true];

    hash: string = ""

    hash defines the evidence hash of the requested evidence.

    Since: cosmos-sdk 0.47

    from field: string hash = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.evidence.v1beta1.QueryEvidenceRequest"

    Methods