Browse Source

More realistic example amounts

feature/sql-semaphore1
Alberto Elias 3 years ago
parent
commit
ce283d4419
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      api/swagger.yml

+ 2
- 2
api/swagger.yml

@ -1388,7 +1388,7 @@ components:
allOf: allOf:
- $ref: '#/components/schemas/BigInt' - $ref: '#/components/schemas/BigInt'
- description: Amount of tokens to be sent. - description: Amount of tokens to be sent.
example: "63"
example: "6303020000000000000"
fee: fee:
$ref: '#/components/schemas/FeeSelector' $ref: '#/components/schemas/FeeSelector'
nonce: nonce:
@ -1606,7 +1606,7 @@ components:
allOf: allOf:
- $ref: '#/components/schemas/BigInt' - $ref: '#/components/schemas/BigInt'
- description: Amount of tokens to be sent. - description: Amount of tokens to be sent.
- example: "49"
- example: "4903020000000000000"
batchNum: batchNum:
type: integer type: integer
description: Batch in which the transaction was forged. Null indicates not forged yet. description: Batch in which the transaction was forged. Null indicates not forged yet.

Loading…
Cancel
Save