junobuild_satellite

Type Alias OnDeleteManyAssetsContext

Source
pub type OnDeleteManyAssetsContext = HookContext<Vec<Option<Asset>>>;
Expand description

A type alias for the context used in the on_delete_many_assets satellite hook.

Aliased Type§

struct OnDeleteManyAssetsContext {
    pub caller: Principal,
    pub data: Vec<Option<Asset>>,
}

Fields§

§caller: Principal§data: Vec<Option<Asset>>