@cfxlabsinc/b2b-services
    Preparing search index...
    WireBatch: Omit<
        SelectWireBatch,
        "customerId"
        | "id"
        | "wireFileId"
        | "externalId",
    > & {
        customerId: string;
        id: string;
        recordCount: number;
        totalAmount: BigNumber;
        wireFileId: string | null;
    }

    Type Declaration

    • customerId: string
    • id: string
    • recordCount: number

      Count of attached withdrawals in active statuses.

    • totalAmount: BigNumber

      Total target-after-fees amount of attached withdrawals.

    • wireFileId: string | null