MCPcopy Create free account
hub / github.com/dfinity/orbit / certified_data_for_skip_certification

Function certified_data_for_skip_certification

libs/orbit-essentials/src/http.rs:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61pub fn certified_data_for_skip_certification() -> [u8; 32] {
62 skip_certification_asset_tree().digest()
63}
64
65pub fn not_found() -> HttpResponse {
66 HttpResponse {

Calls 1

Tested by

no test coverage detected