Type Alias: SidecarData ​
SidecarData =
object
Defined in: packages/method/src/core/types.ts:62
The Sidecar data structure post-processing used for resolution.
Properties ​
casMap ​
casMap:
Map<HexString,CASAnnouncement>
Defined in: packages/method/src/core/types.ts:72
Map of CAS Announcements by their hash bytes.
smtMap ​
smtMap:
Map<string,SMTProof>
Defined in: packages/method/src/core/types.ts:77
Map of SMT Proofs by their ID.
updateMap ​
updateMap:
Map<HexString,BTCR2SignedUpdate>
Defined in: packages/method/src/core/types.ts:67
Map of BTCR2 Signed Updates by their hash bytes.