Skip to content

Packages  ›  trotsky  ›  StepActorBlock  ›  apply

StepActorBlock.apply() method

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

Signature:

typescript
apply(): Promise<void>;

Returns:

Promise<void>

Exceptions

Error if no context is found.