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

    Type Alias ExternalData

    type ExternalData = {
        assertionMethod?: (string | Btc1VerificationMethod)[];
        authentication?: (string | Btc1VerificationMethod)[];
        capabilityDelegation?: (string | Btc1VerificationMethod)[];
        capabilityInvocation?: (string | Btc1VerificationMethod)[];
        id: string;
        service: BeaconService[];
        verificationMethod: Btc1VerificationMethod[];
    }
    Index

    Properties

    assertionMethod?: (string | Btc1VerificationMethod)[]
    authentication?: (string | Btc1VerificationMethod)[]
    capabilityDelegation?: (string | Btc1VerificationMethod)[]
    capabilityInvocation?: (string | Btc1VerificationMethod)[]
    id: string
    service: BeaconService[]
    verificationMethod: Btc1VerificationMethod[]