pub type AssertDeleteAssetContext = HookContext<Asset>;Expand description
A type alias for the context used in the assert_delete_asset satellite hook.
Aliased Type§
pub struct AssertDeleteAssetContext {
pub caller: Principal,
pub data: Asset,
}Fields§
§caller: Principal§data: Asset