pub fn parse_message(text: &str) -> Result<SiweMessage, SiweError>Expand description
Parse the EIP-4361 plaintext message format. Apps that need the
full structured form should use this + verify_signature separately.
pub fn parse_message(text: &str) -> Result<SiweMessage, SiweError>Parse the EIP-4361 plaintext message format. Apps that need the
full structured form should use this + verify_signature separately.