Class verification
#include <keychain/wallet/verification.hpp>
Namespace: keychain
Inheritance: verification
Description
A verification
object contains result of an attempt to verify one of the signatures on signed data. The gateway
verify methods return an array of verification
objects, one for each signature in the data. The verification
object provides information on whether the signature was cryptographically valid, whether the identity of the signature’s owner is known as a contact, and other attributes.
Applications should use the information provided to implement logic about whether to accept the data and how to handle errors.
The |
Since: v2.0
Public Member Functions
Return type | Method and Description |
---|---|
|
Returns |
|
Returns |
Get the |
|
|
Get the signatures’s timestamp in milliseconds since the epoch |
Public Member Functions Detail
is_verified
|
|
Returns |
|
Returns: |
|
|
signer_is_known
|
|
Returns |
|
Returns: |
|
|