aries-framework-receipts
v0.0.1-alpha.4
Published
Message Receipts protocol implementation for @credo-ts/core
Downloads
1
Readme
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