convert_equivalent_signature
通过结构化消息数据和签名还原出签署者的账户地址。
方法定义
参数说明
参数 | 类型 | 说明 |
---|---|---|
domain_data | dict | 域数据 |
message_types | dict | 消息类型定义 |
message_data | dict | 消息数据 |
signature | HexBytes | 签名 |
返回值
返回 SignedMessageData 对象,包含以下字段:
字段 | 类型 | 说明 |
---|---|---|
message_hash | HexBytes | 消息哈希 |
message | str | 原始消息 |
signer | ChecksumAddress | 签名者地址 |
signature_data | SignatureData | 签名数据 |
示例代码
最后更新于