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