EncryptOptions: {
    payload: string | Record<string, unknown>;
    recipientDids: readonly string[];
    senderDid: string;
}

Type declaration

  • payload: string | Record<string, unknown>

    The payload to encrypt

  • recipientDids: readonly string[]

    The DIDs of the message recipients

  • senderDid: string

    The DID of the sender

Generated using TypeDoc