@did-btc1/method
    Preparing search index...

    Class Btc1DidDocument

    BTC1 DID Document extends the DidDocument class adding helper methods and properties Btc1DidDocument

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    "@context"?: (string | JSONObject)[] = BTC1_DID_DOCUMENT_CONTEXT

    A JSON-LD context link, which provides a JSON-LD processor with the information necessary to interpret the DID document JSON. The default context URL is 'https://www.w3.org/ns/did/v1'.

    assertionMethod?: (string | Btc1VerificationMethod)[]

    The assertion methods of the DID Document.

    authentication?: (string | Btc1VerificationMethod)[]

    The authentication methods of the DID Document.

    capabilityDelegation?: (string | Btc1VerificationMethod)[]

    The capability delegation methods of the DID Document.

    capabilityInvocation?: (string | Btc1VerificationMethod)[]

    The capability invocation methods of the DID Document.

    controller?: string[]

    The controller of the DID Document.

    id: string

    The identifier of the DID Document.

    service: BeaconService[]

    The services of the DID Document.

    verificationMethod: Btc1VerificationMethod[]

    The verification methods of the DID Document.

    Methods