Function ruma::state_res::auth_types_for_event[][src]

pub fn auth_types_for_event(
    kind: &EventType,
    sender: &UserId,
    state_key: Option<String>,
    content: Value
) -> Vec<(EventType, String), Global>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator
This is supported on crate feature state-res only.
Expand description

For the given event kind what are the relevant auth events that are needed to authenticate this content.