Updates request and load amounts

This commit is contained in:
Alberto Elias
2020-10-16 10:50:15 +02:00
parent ce283d4419
commit b2f0b2e314

View File

@@ -1283,7 +1283,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: "6300000000000000000"
fee: fee:
$ref: '#/components/schemas/FeeSelector' $ref: '#/components/schemas/FeeSelector'
nonce: nonce:
@@ -1438,7 +1438,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: "7" - example: "700000000000000000"
- nullable: true - nullable: true
requestFee: requestFee:
allOf: allOf:
@@ -1643,7 +1643,7 @@ components:
allOf: allOf:
- $ref: '#/components/schemas/BigInt' - $ref: '#/components/schemas/BigInt'
- description: Tokens transfered from L1 to L2. - description: Tokens transfered from L1 to L2.
- example: "49" - example: "4900000000000000000"
historicLoadAmountUSD: historicLoadAmountUSD:
type: number type: number
description: Load amount in USD, at the moment the transaction was made. description: Load amount in USD, at the moment the transaction was made.