Skip to content

Packages  ›  trotsky  ›  StepActorParam

StepActorParam type

Type for the parameter passed to the StepActor class. Represents the identifier of an actor (e.g., handle or DID).

Signature:

typescript
export type StepActorParam = string;