Interface: SignalSidecarData ​
Defined in: packages/common/src/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? ​
optionalsmtProof:SmtProof
Defined in: packages/common/src/interfaces.ts:240
For SMTAggregateBeacon, a Merkle proof that the updatePayload is included (or not included) in the aggregator's Sparse Merkle Tree.
updateBundle? ​
optionalupdateBundle:DidUpdateBundle
Defined in: packages/common/src/interfaces.ts:235
updatePayload? ​
optionalupdatePayload:DidUpdateInvocation
Defined in: packages/common/src/interfaces.ts:234