junobuild_satellite

Type Alias AssertDeleteAssetContext

Source
pub type AssertDeleteAssetContext = HookContext<Asset>;
Expand description

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

Aliased Type§

struct AssertDeleteAssetContext {
    pub caller: Principal,
    pub data: Asset,
}

Fields§

§caller: Principal§data: Asset