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

    Only exposes what consumers have access to.

    Within the domain, we use SwapAdminService for service-to-service interactions.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Methods

    • Parameters

      • __namedParameters: { customerId: string; id: string }

      Returns Promise<
          {
              ok: true;
              value: | {
                  createdAt: Date;
                  id: string;
                  quote: SwapQuote;
                  receipt?: { id: string; type: "SOLANA_TRANSACTION_SIGNATURE" }[];
                  status: "CREATED" | "PENDING" | "FAILED" | "COMPLETED";
                  updatedAt: Date;
              } & { entityId: string }
              | null;
          },
      >