Type Alias: Sidecar ​
Sidecar =
object
Defined in: packages/method/src/core/types.ts:28
See Sidecar for more details about the sidecar mechanism. See Sidecar Data for more details about the data structure.
Properties ​
@context? ​
optional@context:string
Defined in: packages/method/src/core/types.ts:32
The context string "https://btcr2.dev/context/v1"
casUpdates? ​
optionalcasUpdates:CASAnnouncement[]
Defined in: packages/method/src/core/types.ts:50
Optional array of CAS Announcements. Required if the DID being reslved has used a CAS Beacon to publish a BTCR2 Update.
genesisDocument? ​
optionalgenesisDocument:object
Defined in: packages/method/src/core/types.ts:38
Optional Genesis Did Document. Required when resolving did:btcr2 identifiers with x HRP.D
smtProofs? ​
optionalsmtProofs:SMTProof[]
Defined in: packages/method/src/core/types.ts:56
Optional array of SMT Proofs. Required if the DID being resolved has used an SMT Beacon to publish a BTCR2 Update.
updates? ​
optionalupdates:BTCR2SignedUpdate[]
Defined in: packages/method/src/core/types.ts:44
Optional array of BTCR2 Signed Updates. Required if the DID being resolved has ever had a published BTCR2 Update.