pub async fn load_canister_snapshot(
arg: LoadCanisterSnapshotArgs,
) -> CallResult<()>
Expand description
Load a snapshot onto the canister.
It fails if no snapshot with the specified snapshot_id
can be found.
pub async fn load_canister_snapshot(
arg: LoadCanisterSnapshotArgs,
) -> CallResult<()>
Load a snapshot onto the canister.
It fails if no snapshot with the specified snapshot_id
can be found.