Skip to content

Commit

Permalink
docs: Update schema docs with new peg stats
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Apr 8, 2020
1 parent 2f6387c commit f331f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Elements only:

* `"z{asset-id}" → "{stats}{blockhash}"` (where `stats` is composed of `tx_count`, `issuance_count`, `issued_amount`, `burned_amount`, `has_blinded_issuances`, `reissuance_tokens`, `burned_reissuance_tokens`)

* `"p" → "{stats}{blockhash}"` (where `stats` is composed of `tx_count`, `peg_in_amount` and `peg_out_amount`)
* `"p" → "{stats}{blockhash}"` (where `stats` is composed of `tx_count`, `peg_in_count`, `peg_in_amount`, `peg_out_count` and `peg_out_amount`)

0 comments on commit f331f80

Please sign in to comment.