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

from message cosmos.evidence.v1beta1.QueryEvidenceRequest

Hierarchy

Constructors

Properties

evidenceHash: Uint8Array = ...

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" = "cosmos.evidence.v1beta1.QueryEvidenceRequest"

Methods