pub fn decode_seal( seal: Bytes, image_id: impl Into<Digest>, journal: impl Into<Vec<u8>>, ) -> Result<Receipt, DecodingError>
Decode a seal into a receipt.