diff options
Diffstat (limited to 'doc/schema/example/inclusion_proof.json')
-rw-r--r-- | doc/schema/example/inclusion_proof.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/schema/example/inclusion_proof.json b/doc/schema/example/inclusion_proof.json new file mode 100644 index 0000000..d46d426 --- /dev/null +++ b/doc/schema/example/inclusion_proof.json @@ -0,0 +1,7 @@ +{ + "tree_size": 2, + "leaf_index": 0, + "inclusion_proof": [ + "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=" + ] +} |