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

    Interface DidResolutionOptions

    Options for resolving a DID Document

    The versionId for resolving the DID Document

    The versionTime for resolving the DID Document

    BitcoinRpc client connection

    The sidecar data for resolving the DID Document

    interface DidResolutionOptions {
        network?: BitcoinNetworkNames;
        rpc?: BitcoinRpc;
        sidecarData?: SidecarData;
        versionId?: number;
        versionTime?: number;
        [key: string]: any;
    }

    Hierarchy

    • DidResolutionOptions
      • DidResolutionOptions

    Indexable

    • [key: string]: any
    Index

    Properties

    network?: BitcoinNetworkNames
    rpc?: BitcoinRpc
    sidecarData?: SidecarData
    versionId?: number
    versionTime?: number