Msg

Update an existing request by writing a result into it. This method is called by a keychain party.

post/warden.warden.v1beta2.Msg/UpdateKeyRequest

Request body

creatorstring
request_idstring uint64
status'KEY_REQUEST_STATUS_UNSPECIFIED' | 'KEY_REQUEST_STATUS_PENDING' | 'KEY_REQUEST_STATUS_FULFILLED' | 'KEY_REQUEST_STATUS_REJECTED'

KeyRequestStatus indicates the status of a key request. A request starts as "pending", waiting to be picked up. Then it can move to either "approved" or "rejected", depending on the decision of the keychain.

  • KEY_REQUEST_STATUS_UNSPECIFIED: The request is missing the status field.
  • KEY_REQUEST_STATUS_PENDING: The request is waiting to be fulfilled. This is the initial state of a request.
  • KEY_REQUEST_STATUS_FULFILLED: The request was fulfilled. This is a final state for a request.
  • KEY_REQUEST_STATUS_REJECTED: The request was rejected. This is a final state for a request.
reject_reasonstring

Response

A successful response.

Changes

No recorded changes to this endpoint across all 1 revision of this API.