Request object for the mutation
PromiseResult with RelaySuccessFragment or LensProfileManagerRelayErrorFragment
const result = await client.publication.actions.actOn({
actOn: {
simpleCollectOpenAction: true,
},
for: '0x123-0x456',
});
Fetch typed data to act on open action.
Typed data has to be signed by the profile's wallet and broadcasted with Transaction.broadcastOnchain.
⚠️ Requires authenticated LensClient.
Request object for the mutation
Optional
options: TypedDataOptionsConfigure returned typed data
Typed data
const result = await client.publication.actions.createActOnTypedData({
actOn: {
simpleCollectOpenAction: true,
},
for: '0x123-0x456',
});
Act on open action.
⚠️ Requires authenticated LensClient.