Packages › trotsky › ActorMixins
ActorMixins class
A mixin class providing reusable actor-related methods to extend step functionality. These methods append specific actor-related steps to the current chain.
Signature:
export declare abstract class ActorMixins<P, C, O> extends Step<P, C, O>
Extends: Step<P, C, O>
Methods
Method | Modifiers | Description |
---|---|---|
Appends a step to block the current actor. | ||
Appends a step to follow the current actor. | ||
Appends a step to fetch the followers of the current actor. | ||
Appends a step to fetch the followings of the current actor. | ||
Appends a step to fetch the liked posts of the current actor. | ||
Appends a step to fetch the lists of the current actor. | ||
Appends a step to fetch the posts of the current actor. | ||
Appends a step to stream the posts of the current actor. | ||
Appends a step to unblock the current actor. | ||
Appends a step to unfollow the current actor. |