approve method

ResponseFuture<IdentifierResponse> approve(
  1. IdentifierUUIDWithUserComment request, {
  2. CallOptions? options,
})

Officially approves the record.

Status Transition: -> STANDING

Side Effects:

  • Finalizes the final_ref_number.
  • Records the approver's identity and timestamp.

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> approve(
  $1.IdentifierUUIDWithUserComment request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$approve, request, options: options);
}