UNPKG

@microsoft/useragent-sdk

Version:

SDK for building decentralized identity wallets and enterprise agents.

13 lines (12 loc) 306 B
/// <reference types="node" /> /// <reference types="pouchdb-core" /> import IJwsSignature from './IJwsSignature'; /** * JWS flattened json format */ export default interface IJwsFlatJson extends IJwsSignature { /** * The application-specific payload. */ payload: Buffer; }