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

    Type Alias VerificationRelationships

    type VerificationRelationships = {
        assertionMethod?: (string | Btc1VerificationMethod)[];
        authentication?: (string | Btc1VerificationMethod)[];
        capabilityDelegation?: (string | Btc1VerificationMethod)[];
        capabilityInvocation?: (string | Btc1VerificationMethod)[];
    }
    Index

    Properties

    assertionMethod?: (string | Btc1VerificationMethod)[]
    authentication?: (string | Btc1VerificationMethod)[]
    capabilityDelegation?: (string | Btc1VerificationMethod)[]
    capabilityInvocation?: (string | Btc1VerificationMethod)[]