diff --git a/examples/merkleization-flow/index.html b/examples/merkleization-flow/index.html deleted file mode 100644 index 0cfea906..00000000 --- a/examples/merkleization-flow/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - Merkleization Flow - - - - - - - - diff --git a/examples/rest-client-flow/index.html b/examples/rest-client-flow/index.html index 0ee0f410..c15c20a5 100644 --- a/examples/rest-client-flow/index.html +++ b/examples/rest-client-flow/index.html @@ -135,6 +135,43 @@

Request

>/contracts/:contractId/transactions/:transactionId
+ + GETs contract source by contract Source ID + /contracts/sources/:contractSourceId +
+ + GETs the contract Source IDs which are adjacent to a contract + /contracts/sources/:contractSourceId/adjacency +
+ + GETs the contract Source IDs which appear in the full hierarchy of a + contract source + /contracts/sources/:contractSourceId/closure +

Console