Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 790 Bytes

File metadata and controls

13 lines (9 loc) · 790 Bytes

VerifySignedMessageResponseDetails

Properties

Name Type Description Notes
signature_type str The type of signature passed [optional]
message_hash str The double sha256 hash of the string encoded as Bitcoin Message binary. [optional]
signature_valid bool A boolean indicating whether the signature is valid for the message [optional]
public_key_hash_match bool A boolean indicating whether the publicKeyHash of a recoverable signature matches the provided cashaddr, false otherwise [optional]

[Back to Model list] [Back to API list] [Back to README]