For the complete documentation index, see llms.txt. This page is also available as Markdown.

Aprobar hito

Responsable de modificar la propiedad "flag" de un hito específico en el escrow para aprobar ese hito.

Encabezados

Nombre
Valor

Content-Type

application/json

x-api-key

<token>

Open API

post
Autorizaciones
Cuerpo
contractIdstringRequerido

ID (address) that identifies the escrow contract

Example: CAZ6UQX7...
milestoneIndexstringRequerido

Position that identifies the milestone within the group of milestones in the escrow

Example: 1
approverstringRequerido

Address of the entity requiring the service

Example: GCLIENT...XYZ
Respuestas
201

This endpoint returns an unsigned transaction in XDR format. This XDR is then used to sign the transaction using the “/helper/send-transaction” endpoint.

application/json
post
/escrow/multi-release/approve-milestone

¿Qué devuelve este Endpoint?

Este endpoint devuelve la transacción sin firmar para que la transacción pueda ser firmada mediante la cartera del cliente.

Ejemplo de uso:

Última actualización