credo-ts-receipts
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.5 • Public • Published

Message Receipts extension module for Aries Framework JavaScript

This module is used to provide an Aries Agent built with Aries Framework JavaScript means to manage Message Receipts protocol.

It's conceived as an extension module for Aries Framework JavaScript which can be injected to an existing agent instance:

import { ReceiptsModule } from 'credo-ts-receipts'

const agent = new Agent({
  config: {
    /* agent config */
  },
  dependencies,
  modules: { receipts: new ReceiptsModule() },
})

Once instantiated, media module API can be accessed under agent.modules.receipts namespace

Usage

TODO

/credo-ts-receipts/

    Package Sidebar

    Install

    npm i credo-ts-receipts

    Weekly Downloads

    57

    Version

    0.0.1-alpha.5

    License

    ISC

    Unpacked Size

    47 kB

    Total Files

    42

    Last publish

    Collaborators

    • genaris