ILegacyFeeFollowModule

Git Source

Functions

getProfileData

function getProfileData(uint256 profileId) external view returns (ProfileData memory);

Structs

ProfileData

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