@coopenomics/sdk
    Preparing search index...

    Interface ClientConnectionOptions

    interface ClientConnectionOptions {
        api_url: string;
        chain_id: string;
        chain_url: string;
        headers?: Record<string, string>;
        username?: string;
        wif?: string;
    }
    Index

    Properties

    api_url: string
    chain_id: string
    chain_url: string
    headers?: Record<string, string>
    username?: string
    wif?: string