Browse Source
Merge pull request #174 from hermeznetwork/big-bigint
Have BigInt be a proper big value that has 18 decimals
feature/sql-semaphore1
a_bennassar
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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). |
|
|
|