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

Disputar hito

Responsable de establecer el hito en estado de disputa. Cambia el valor de la propiedad "flags.disputed" del hito a true.

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
signerstringRequerido

Entity that signs the transaction that deploys and initializes the escrow

Example: GSIGN...XYZ
Respuestas
post
/escrow/multi-release/dispute-milestone

¿Qué devuelve este Endpoint?

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

Ejemplo de uso:

Última actualización