Signing infos
Last updated
Last updated
cons_address is the address to query signing info of
A successful response.
ValidatorSigningInfo defines a validator's signing info for monitoring their liveness activity.
A successful response.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.
message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }