FeeConfig

Git Source

A struct containing the necessary data to execute follow actions on a given profile.

struct FeeConfig {
    address currency;
    uint256 amount;
    address recipient;
}