// SPDX-License-Identifier: MIT OR Apache-2.0
//! Generic interfaces required by `p2panda-auth` data-types.
use Debug;
use Hash as StdHash;
pub use ;
pub use Operation;
pub use Resolver;
/// Handle to identify a group member.
///
/// Note that this needs to be unique within a group, can be a username, number or preferably a
/// long byte string.
/// Identifier for each group membership operation.
///
/// Operations trigger changes of the group state and are usually sent in form of messages over the
/// network. Each operation needs to be uniquely identifiable, preferably by a collision-resistant
/// hash.
/// Conditions associated with an actors access level.