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

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Methods

    • Parameters

      • args: {
            tx?: PgAsyncTransaction<
                PostgresJsQueryResultHKT,
                __module,
                EmptyRelations,
                ExtractTablesWithRelations<__module>,
            >;
            type: "SWIFT" | "FEDWIRE";
            wireFileId: string;
        }

      Returns Promise<
          {
              ok: true;
              value: {
                  batchIds: string[];
                  fileContents: string[];
                  parts: number;
                  withdrawalIds: string[];
              };
          },
      >