Skip to main content

encode_store_bytes

Function encode_store_bytes 

Source
pub fn encode_store_bytes<B, M>(
    module: &M,
    format: BurnStoreFormat,
) -> Result<Vec<u8>, EngineError>
where B: Backend, M: BurnModuleTarget<B>,
Expand description

Performs the encode store bytes operation.