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

    Type Alias MultikeyJSON

    type MultikeyJSON = {
        controller: string;
        fullId: string;
        id: string;
        isSigner: boolean;
        keyPair: KeyPairJSON;
        verificationMethod: DidVerificationMethod;
    }
    Index

    Properties

    controller: string
    fullId: string
    id: string
    isSigner: boolean
    keyPair: KeyPairJSON
    verificationMethod: DidVerificationMethod