GetFollowDataParams

Represents the parameters for the "getFollowData" function.

type GetFollowDataParams = {
followTokenId: AbiParameterToPrimitiveType<{
name: "followTokenId";
type: "uint256";
}>;
};