Get Cardano database immutable file digests
Returns the mapping of a Cardano database immutable files with their digests
get/artifact/cardano-database/digests
Response
Cardano database immutable file digests found
Example response
[
{
"immutable_file_name": "06685.chunk",
"digest": "0af556ab2620dd9363bf76963a231abe8948a500ea6be31b131d87907ab09b1e"
},
{
"immutable_file_name": "06685.primary",
"digest": "32dfd6b722d87f253e78eb8b478fb94f1e13463826e674d6ec7b6bf0892b2e39"
},
{
"immutable_file_name": "06685.secondary",
"digest": "f37e751c1d7866f9c2bf88e870e5a9c9351f8521b41f259601fb208d5641a5ec"
}
]