Publication
See the Lens Protocol docs for Publications.
- comment(profileId, publicationId, contentURI, collectModule, referenceModule)
Return typed data for leaving a comment on a specific publication. This typed data needs to be signed and
broadcast. The parametersprofileId,publicationIdandcontentURIare required parameters.collectModuleandreferenceModuleare optional since LensPy provide some defaults if you are not sure. Look at the Lens Protocol docs for a detailed explanation ofcollectModuleandreferenceModule.
- mirror(profileId, publicationId, referenceModule)
Return typed data for mirroring a specific publication. This typed data needs to be signed and
broadcast. The parametersprofileIdandpublicationIdare required parameters.referenceModuleis optional since LensPy provides a default if you are not sure. Take a look at the Lens Protocol docs for a detailed explanation ofreferenceModule.
- post(profileId, contentURI, collectModule, referenceModule)
Return typed data for creating a post. This typed data needs to be signed and
broadcast. The parametersprofileIdandcontentURIare required parameters.collectModuleandreferenceModuleare optional since LensPy provide some defaults if you are not sure. Look at the Lens Protocol docs for a detailed explanation ofcollectModuleandreferenceModule.