File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1643,6 +1643,7 @@ components:
1643
1643
- certificate_hash
1644
1644
- certified_transactions
1645
1645
- non_certified_transactions
1646
+ - latest_immutable_file_number
1646
1647
properties :
1647
1648
certificate_hash :
1648
1649
description : Hash of the certificate that validate the merkle root of this proof
@@ -1673,6 +1674,10 @@ components:
1673
1674
description : Hash of the non certified Cardano transactions
1674
1675
type : string
1675
1676
format : bytes
1677
+ latest_immutable_file_number :
1678
+ description : Last immutable file number
1679
+ type : integer
1680
+ format : int64
1676
1681
example :
1677
1682
{
1678
1683
" certificate_hash " : " 7905e83ab5d7bc082c1bbc3033bfd19c539078830d19080d1f241c70aa532572" ,
@@ -1681,6 +1686,7 @@ components:
1681
1686
" proof " : " 5b73136372c38302c37342c3136362c313535b5b323136362c313535b5b3232352c3230332c3235352c313030262c38322c39382c32c39332c3138342c313532352c3230332c3235352c313030262c33136362c313535b5b3232352c3230332c3235352c313030262c38322c39382c32c39332c3138342c31358322c39382c32c39332c3138342c3135362c3136362c32312c3131312c3232312c36332c3137372c3232332c3232332c31392c3537"
1682
1687
} ],
1683
1688
" non_certified_transactions " : [ "732d0d1272e6e70736367ee6f6328364f6b739309666a1ea2cae34015874517" ],
1689
+ " latest_immutable_file_number " : 7060000
1684
1690
}
1685
1691
1686
1692
Error :
You can’t perform that action at this time.
0 commit comments