junobuild_satellite

Type Alias OnDeleteManyDocsContext

Source
pub type OnDeleteManyDocsContext = HookContext<Vec<DocContext<Option<Doc>>>>;
Expand description

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

Aliased Type§

struct OnDeleteManyDocsContext {
    pub caller: Principal,
    pub data: Vec<DocContext<Option<Doc>>>,
}

Fields§

§caller: Principal§data: Vec<DocContext<Option<Doc>>>