openvm_sdk::fs

Function write_app_vk_to_file

Source
pub fn write_app_vk_to_file<P: AsRef<Path>>(
    app_vk: AppVerifyingKey,
    path: P,
) -> Result<()>