Skip to content

Packages  ›  trotsky  ›  StepActorMute  ›  apply

StepActorMute.apply() method

Applies the step by performing a mute operation. Requires the context to provide the did of the actor to mute.

Signature:

typescript
apply(): Promise<void>;

Returns:

Promise<void>

Exceptions

Error if no context is found.