# Functions

FeePayLogic takes the total fees and splits them based on the governance params and the number of contracts we are executing on.
FeeSharePayout takes the total fees and redistributes 50% (or param set) to the contract developers provided they opted-in to payments.
No description provided by the author

# Structs

FeeSharePayoutDecorator Run his after we already deduct the fee from the account with the ante.NewDeductFeeDecorator() decorator.

# Interfaces

No description provided by the author
No description provided by the author