We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebda00 commit 2c1bd89Copy full SHA for 2c1bd89
tap_core/src/eip_712_signed_message.rs
@@ -60,6 +60,7 @@ impl<M: SolStruct> EIP712SignedMessage<M> {
60
Ok(())
61
}
62
63
+ /// Use this a simple key for testing
64
pub fn unique_hash(&self) -> MessageId {
65
MessageId(self.message.eip712_hash_struct().into())
66
0 commit comments