This module defines the BlindedMessage and BlindedSignature structs, which are used for representing blinded messages and signatures in Cashu as described in Nut-00
This module contains all the request and response objects that are used for interacting between the Mint and Wallet in Cashu.
All of these structs are serializable and deserializable using serde.
This module defines the Proof, P2SHScript, and Proofs structs, which are used for representing proofs in the Moksha Core library as described in Nut-00