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

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • args: {
            achId?: string;
            achTraceId?: string;
            customerId: string;
            entityId: string;
            ffcMemo?: string;
            senderName?: string;
            sourceAmount: BigNumber;
            sourceCurrency: string;
            targetCurrency: "MOVEUSD";
            walletAddress: PublicKey;
            walletBlockchain: "SOLANA";
        }

      Returns Promise<
          | {
              error: | ServiceError<"ENTITY_NOT_FOUND" | "NO_COUNTRY">
              | ServiceError<"PRODUCT_INACTIVE" | "PRODUCT_BLOCKED">
              | ServiceError<"LIMIT_EXCEEDED", ProductLimitViolation>
              | ServiceError<"ENTITY_NOT_FOUND">;
              ok: false;
          }
          | { ok: true; value: DepositQuote
          | null },
      >