bitfinex-node-api
    Preparing search index...

    Interface IThalexProviderOptions

    interface IThalexProviderOptions {
        amount: string;
        ccy: string;
        provider: "thalex";
        tfaToken: Record<string, unknown>;
    }
    Index

    Properties

    amount: string
    ccy: string
    provider: "thalex"
    tfaToken: Record<string, unknown>