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

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • args: {
            customerId: string;
            entityId: string;
            reference: string;
            sourceAmount: BigNumber;
            sourceCurrency: string;
            sourcePaymentInstrumentId: string;
            speed?: "same-day" | "next-day";
            targetCurrency: "MOVEUSD";
            walletAddress: Address;
            walletBlockchain: "SOLANA";
        }

      Returns Promise<
          | { ok: true; value: DepositQuote
          | null }
          | { error: ServiceError<string, object>; ok: false },
      >