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

    Interface IBtc1VerificationMethod

    interface IBtc1VerificationMethod {
        controller: string;
        id: string;
        publicKeyMultibase: string;
        secretKeyMultibase?: string;
        type: string;
    }

    Hierarchy

    • DidVerificationMethod
      • IBtc1VerificationMethod

    Implemented by

    Index

    Properties

    controller: string

    The DID of the entity that controls this verification method.

    id: string

    The identifier of the verification method, which must be a URI.

    publicKeyMultibase: string

    (Optional) A public key in Multibase format.

    A multibase key that conforms to the draft Multibase specification.

    secretKeyMultibase?: string
    type: string

    The type of the verification method.

    To maximize interoperability this value SHOULD be one of the valid verification method types registered in the DID Specification Registries.