From cf14f495c3054da5d67721b00a016eae1fb2cf39 Mon Sep 17 00:00:00 2001 From: Alberto Elias Date: Thu, 1 Oct 2020 19:29:13 +0200 Subject: [PATCH] Have BigInt be a proper big value that has 18 decimals --- api/swagger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.yml b/api/swagger.yml index fb7c41d..dc2ded5 100644 --- a/api/swagger.yml +++ b/api/swagger.yml @@ -1467,7 +1467,7 @@ components: BigInt: type: string description: BigInt is an integer encoded as a string for numbers that are very large. - example: "870885693" + example: "8708856933496328593" FeeSelector: type: integer description: Index of the fee type to select, more info [here](https://idocs.hermez.io/#/spec/zkrollup/fee-table?id=transaction-fee-table).