OnSetDocContext

Type Alias OnSetDocContext 

Source
pub type OnSetDocContext = HookContext<DocContext<DocUpsert>>;
Expand description

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

Aliased Type§

pub struct OnSetDocContext {
    pub caller: Principal,
    pub data: DocContext<DocUpsert>,
}

Fields§

§caller: Principal§data: DocContext<DocUpsert>