UNPKG

@test-org122/hypernet-core

Version:

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

6 lines (4 loc) 201 B
import { EthereumAddress } from "@test-org122/utils/src/objects/EthereumAddress"; export class Message { constructor(public author: EthereumAddress, public timestamp: number, public data: any) {} }