Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActorMethodExtended<Args, Ret>

Type Parameters

  • Args extends unknown[] = unknown[]

  • Ret = unknown

Hierarchy

Callable

  • ActorMethodExtended(...args: Args): Promise<{ certificate?: Certificate; httpDetails?: HttpDetailsResponse; result: Ret }>
  • ActorMethodExtended(...args: unknown[]): Promise<unknown>

Index

Methods

  • withOptions(options: CallConfig): ((...args: unknown[]) => Promise<unknown>)

Generated using TypeDoc