mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
Have BigInt be a proper big value that has 18 decimals
This commit is contained in:
@@ -1467,7 +1467,7 @@ components:
|
|||||||
BigInt:
|
BigInt:
|
||||||
type: string
|
type: string
|
||||||
description: BigInt is an integer encoded as a string for numbers that are very large.
|
description: BigInt is an integer encoded as a string for numbers that are very large.
|
||||||
example: "870885693"
|
example: "8708856933496328593"
|
||||||
FeeSelector:
|
FeeSelector:
|
||||||
type: integer
|
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).
|
description: Index of the fee type to select, more info [here](https://idocs.hermez.io/#/spec/zkrollup/fee-table?id=transaction-fee-table).
|
||||||
|
|||||||
Reference in New Issue
Block a user