TimestampedSignatureData contains the signature data and the timestamp of the signature.

interface TimestampedSignatureData {
    signatureData: Uint8Array;
    timestamp: bigint;
}

Properties

signatureData: Uint8Array
timestamp: bigint