pub async fn get_members(
storage: &dyn SyncStorage,
user_pubkey: Option<&[u8]>,
) -> Result<Vec<MemberInfo>, MembershipOpsError>Expand description
Read the membership chain from the sync storage and return the current members.
pub async fn get_members(
storage: &dyn SyncStorage,
user_pubkey: Option<&[u8]>,
) -> Result<Vec<MemberInfo>, MembershipOpsError>Read the membership chain from the sync storage and return the current members.