signify-ts
    Preparing search index...

    Class Exchanges

    Exchanges

    Index

    Constructors

    Properties

    Methods

    • Create exn message

      Parameters

      • sender: HabState
      • route: string
      • payload: Dict<any>
      • embeds: Dict<any>
      • recipient: string
      • Optionaldatetime: string
      • Optionaldig: string

      Returns Promise<[Serder, string[], string]>

      A promise to the list of replay messages

    • Get exn message by said

      Parameters

      • said: string

        The said of the exn message

      Returns Promise<any>

      A promise to the exn message

    • Send exn messages to list of recipients

      Parameters

      • name: string
      • topic: string
      • sender: HabState
      • route: string
      • payload: Dict<any>
      • embeds: Dict<any>
      • recipients: string[]

      Returns Promise<any>

      A promise to the list of replay messages

    • Send exn messaget to list of recipients

      Parameters

      • name: string
      • topic: string
      • exn: Serder
      • sigs: string[]
      • atc: string
      • recipients: string[]

      Returns Promise<any>

      A promise to the list of replay messages