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

Cambiar estado del hito

Responsable de modificar la propiedad "status" de un hito específico en el escrow.

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

milestone within the group of milestones in the escrow

Example: 1
newEvidencestringRequerido

New value for the evidence property within the escrow milestone

Example: Evidence
newStatusstringRequerido

New value for the status property within the escrow milestone

Example: Completed
serviceProviderstringRequerido

Address of the entity providing the service

Example: Completed
Respuestas
post
/escrow/multi-release/change-milestone-status

¿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