@cfxlabsinc/b2b-services
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • __namedParameters: {
            entityId: string;
            input: { type: "USD_TOTAL" | "COUNT"; window: "24H" | "7D" | "30D" }[];
            productNames: (
                | "deposit.us_cash.v1"
                | "deposit.rtp.v1"
                | "deposit.us_bank_ach.v1"
                | "deposit.ach_credit.v1"
                | "deposit.us_wire.v1"
                | "deposit.swift_wire.v1"
            )[];
        }

      Returns Promise<{ ok: true; value: BigNumber[] }>

    • Parameters

      • input: {
            entityId: string;
            input: { type: "USD_TOTAL" | "COUNT"; window: "24H" | "7D" | "30D" }[];
        }

      Returns Promise<{ ok: true; value: BigNumber[] }>