mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
@@ -16,7 +16,7 @@ interface IDeprecatedReferenceModule {
|
||||
* @param pubId The associated publication's LensHub publication ID.
|
||||
* @param data Arbitrary data passed from the user to be decoded.
|
||||
*
|
||||
* @return bytes An abi encoded byte array encapsulating the execution's state changes. This will be emitted by the
|
||||
* @return bytes An abi-encoded byte array encapsulating the execution's state changes. This will be emitted by the
|
||||
* hub alongside the collect module's address and should be consumed by front ends.
|
||||
*/
|
||||
function initializeReferenceModule(
|
||||
@@ -29,7 +29,7 @@ interface IDeprecatedReferenceModule {
|
||||
* @notice Processes a comment action referencing a given publication. This can only be called by the hub.
|
||||
*
|
||||
* @param profileId The token ID of the profile associated with the publication being published.
|
||||
* @param pointedProfileId The profile ID of the profile associated the publication being referenced.
|
||||
* @param pointedProfileId The profile ID of the profile associated with the publication being referenced.
|
||||
* @param pointedPubId The publication ID of the publication being referenced.
|
||||
* @param data Arbitrary data __passed from the commenter!__ to be decoded.
|
||||
*/
|
||||
@@ -44,7 +44,7 @@ interface IDeprecatedReferenceModule {
|
||||
* @notice Processes a mirror action referencing a given publication. This can only be called by the hub.
|
||||
*
|
||||
* @param profileId The token ID of the profile associated with the publication being published.
|
||||
* @param pointedProfileId The profile ID of the profile associated the publication being referenced.
|
||||
* @param pointedProfileId The profile ID of the profile associated with the publication being referenced.
|
||||
* @param pointedPubId The publication ID of the publication being referenced.
|
||||
* @param data Arbitrary data __passed from the mirrorer!__ to be decoded.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user