UNPKG

@test-org122/hypernet-core

Version:

Hypernet Core. Represents the SDK for running the Hypernet Protocol.

12 lines 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Message = void 0; class Message { constructor(author, timestamp, data) { this.author = author; this.timestamp = timestamp; this.data = data; } } exports.Message = Message; //# sourceMappingURL=Message.js.map