SignedManifest
@totemsdk/manifest / SignedManifest
Interface: SignedManifest<T>
Wraps any manifest with a WOTS signature.
signerPublicKey — hex of the full WOTS public key (required for
self-contained verification via verifyManifest).
authorAddress — the Minima address of the signer, derived at sign time
and stored for quick policy checks without re-deriving from the public key.
Type Parameters
T
Properties
authorAddress
authorAddress:
string
manifest
manifest:
T
rootIdentityProof?
optionalrootIdentityProof?:string
signature
signature:
string
signedAt
signedAt:
number
signerPublicKey
signerPublicKey:
string