OnUploadAssetContext

Type Alias OnUploadAssetContext 

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

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

Aliased Type§

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

Fields§

§caller: Principal§data: Asset