pub async fn list_canister_snapshots(
arg: CanisterIdRecord,
) -> CallResult<(Vec<Snapshot>,)>
Expand description
List the snapshots of the canister.
pub async fn list_canister_snapshots(
arg: CanisterIdRecord,
) -> CallResult<(Vec<Snapshot>,)>
List the snapshots of the canister.