ic_cdk::api::management_canister::main

Function list_canister_snapshots

Source
pub async fn list_canister_snapshots(
    arg: CanisterIdRecord,
) -> CallResult<(Vec<Snapshot>,)>
Expand description

List the snapshots of the canister.

See IC method list_canister_snapshots.