Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DidCommController

Index

Constructors

  • Parameters

    • agent: Agent

    Returns DidCommController

Methods

  • A backup endpoint that dynamically interfaces with the agent, in case the extension lags behind the AFJ or malfunctions

    expected body body: { subMethod: { name: 'asdas.asdasd', subMethodData: [ 'argument1', 'argument2' ] }, data: [ 'argumentN', 'argumentN+1' ] }

    Parameters

    • params: GenericParams

      -one of the allowed properties/method to be called on the agent

    • body: GenericBody

      -arguments of the method and/or calling a method on the returned object

    Returns Promise<ResponseType>

  • Returns Promise<ResponseType>

Generated using TypeDoc