Packages › trotsky › StepPostReply › apply
StepPostReply.apply() method
Applies the step logic to create a reply to the post provided in the context. The resulting URI and CID of the reply are stored in the output.
Signature:
typescript
/** @override */
apply(): Promise<void>;
Returns:
Promise<void>