@did-btc1/common / SignalSidecarData
Interface: SignalSidecarData
Defined in: interfaces.ts:233
Sidecar data for a specific Beacon Signal. Different Beacon types store different fields.
- SingletonBeacon might just store one
updatePayload
. - CIDAggregateBeacon might store
updateBundle
+ anupdatePayload
. - SMTAggregateBeacon might store
updatePayload
+ asmtProof
.
Properties
smtProof?
> optional
smtProof: SmtProof
Defined in: interfaces.ts:240
For SMTAggregateBeacon, a Merkle proof that the updatePayload
is included (or not included) in the aggregator's Sparse Merkle Tree.
updateBundle?
> optional
updateBundle: DidUpdateBundle
Defined in: interfaces.ts:235
updatePayload?
> optional
updatePayload: DidUpdateInvocation
Defined in: interfaces.ts:234