SignedProof
@totemsdk/proof / SignedProof
Interface: SignedProof
A proof after WOTS signing.
signature.message is optional debug-only metadata — it is NEVER used as
the source of truth during verification. The digest is always recomputed
from the canonical JSON of the unsigned proof fields.
Extends
Properties
anchor?
optionalanchor?:AnchorRef
evidence?
optionalevidence?:EvidenceRef[]
Inherited from
expiresAt?
optionalexpiresAt?:number
Inherited from
issuedAt
issuedAt:
number
Inherited from
issuer
issuer:
string
Inherited from
kind
kind:
ProofKind
Inherited from
links?
optionallinks?:ProofLink[]
Inherited from
payload?
optionalpayload?:Record<string,unknown>
Inherited from
proofId
proofId:
string
Inherited from
rootIdentityProof?
optionalrootIdentityProof?:string
signature
signature:
object
address
address:
string
message?
optionalmessage?:string
publicKey
publicKey:
string
signature
signature:
string
subject
subject:
ProofSubject