Calulate total collected batch fee and fix merkleproof api format

This commit is contained in:
Arnau B
2020-10-21 16:40:31 +02:00
parent eb54162fb8
commit f77ea04c2e
6 changed files with 125 additions and 49 deletions

View File

@@ -1985,33 +1985,25 @@ components:
description: Existence proof of a leaf in a given Merkle Root. Encoded as hexadecimal string.
properties:
Root:
type: array
items:
type: integer
$ref: '#/components/schemas/BigInt'
Siblings:
type: array
items:
type: integer
$ref: '#/components/schemas/BigInt'
OldKey:
type: array
items:
type: integer
$ref: '#/components/schemas/BigInt'
OldValue:
type: array
items:
type: integer
$ref: '#/components/schemas/BigInt'
IsOld0:
type: boolean
Key:
type: array
items:
type: integer
$ref: '#/components/schemas/BigInt'
Value:
type: array
items:
type: integer
$ref: '#/components/schemas/BigInt'
Fnc:
type: integer
maximum: 3
minimum: 0
required:
- Root
- Siblings