Key returns the key corresponding to a given key ID. If no key is found, it returns the grpc NOT_FOUND error.
KeyID returns the key ID of a key assigned to a given chain. If no key is assigned, it returns the grpc NOT_FOUND error.
KeygenSession returns the keygen session info for a given key ID. If no key is found, it returns the grpc NOT_FOUND error.
NextKeyID returns the key ID assigned for the next rotation on a given chain. If no key rotation is in progress, it returns the grpc NOT_FOUND error.
Generated using TypeDoc
Query defines the gRPC querier service.