FeeConfig
A struct containing the necessary data to execute follow actions on a given profile.
struct FeeConfig {
address currency;
uint256 amount;
address recipient;
}
A struct containing the necessary data to execute follow actions on a given profile.
struct FeeConfig {
address currency;
uint256 amount;
address recipient;
}