Skip to content

Commit

Permalink
Add historical_balance_lookup (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Jun 26, 2020
1 parent 9625b3b commit c2c440a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions models/Allow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ required:
- operation_statuses
- operation_types
- errors
- historical_balance_lookup
properties:
operation_statuses:
description: |
Expand All @@ -49,3 +50,8 @@ properties:
type: array
items:
$ref: 'Error.yaml'
historical_balance_lookup:
type: boolean
description: |
Any Rosetta implementation that supports querying the balance
of an account at any height in the past should set this to true.

0 comments on commit c2c440a

Please sign in to comment.