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

    Interface IClientConfig

    interface IClientConfig {
        allowDefaultWallet?: boolean;
        headers?: Record<string, string>;
        host?: string;
        logger?: any;
        password?: string;
        timeout?: number;
        username?: string;
        version?: string;
        wallet?: string;
    }

    Implemented by

    Index

    Properties

    allowDefaultWallet?: boolean
    headers?: Record<string, string>
    host?: string
    logger?: any
    password?: string
    timeout?: number
    username?: string
    version?: string
    wallet?: string