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

    Variable commitRedemptionWalletWithdrawalSignalConst

    commitRedemptionWalletWithdrawalSignal: SignalDefinition<
        [
            {
                commitId: string;
                targets: { address?: string; amount: string; owner?: string }[];
            },
        ],
        string,
    > = ...