Have BigInt be a proper big value that has 18 decimals

This commit is contained in:
Alberto Elias
2020-10-01 19:29:13 +02:00
committed by GitHub
parent 0362afc194
commit cf14f495c3

View File

@@ -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).