Expand description
This module contains all types related to group info handling.
Structs§
- Group
Info - GroupInfo
- Verifiable
Group Info - A type that represents a group info of which the signature has not been verified.
It implements the
Verifiable
trait and can be turned into a group info by callingverify(...)
with the signature key of theCredential
. When receiving a serialized group info, it can only be deserialized into aVerifiableGroupInfo
, which can then be turned into a group info as described above.
Enums§
- Group
Info Error - Error related to group info.