Re-exports§
pub use having_message_code;
Structs§
- Constellation
Claim - Contents of the
CONSTELLATION_CLAIM - Constellation
Comp Res - Result of
ConstellationClaim::compare. - Signed
- A signed
Tby encodingTinto ajwt::JWT.
Enums§
- Message
Code - A number that represents the type of a message. Every message type that’s Signed gets such a code to prevent reuse of a message of one type as another.
- Open
Error - Error returned by
Signed::open.
Constants§
- CONSTELLATION_
CLAIM - The claim name used to store the
ConstellationId. - MESSAGE_
CODE_ CLAIM - The claim name used to store the
MessageCode.