junobuild_satellite

Type Alias AssertUploadAssetContext

Source
pub type AssertUploadAssetContext = HookContext<AssetAssertUpload>;
Expand description

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

Aliased Type§

struct AssertUploadAssetContext {
    pub caller: Principal,
    pub data: AssetAssertUpload,
}

Fields§

§caller: Principal§data: AssetAssertUpload