Msg

Fulfill a signature request

post/warden.warden.v1beta2.Msg/FulfilSignRequest

Request body

creatorstring
request_idstring uint64
status'SIGN_REQUEST_STATUS_UNSPECIFIED' | 'SIGN_REQUEST_STATUS_PENDING' | 'SIGN_REQUEST_STATUS_FULFILLED' | 'SIGN_REQUEST_STATUS_REJECTED'

SignRequestStatus indicates the status of a signature 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.

  • SIGN_REQUEST_STATUS_UNSPECIFIED: The request is missing the status field.
  • SIGN_REQUEST_STATUS_PENDING: The request is waiting to be fulfilled. This is the initial state of a request.
  • SIGN_REQUEST_STATUS_FULFILLED: The request was fulfilled. This is a final state for a request.
  • SIGN_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.