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.
pub fn encode_store_bytes<B, M>(
module: &M,
format: BurnStoreFormat,
) -> Result<Vec<u8>, EngineError>where
B: Backend,
M: BurnModuleTarget<B>,Performs the encode store bytes operation.