UNPKG

@test-org122/hypernet-core

Version:

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

8 lines 291 B
import { EthereumAddress } from "@test-org122/utils/src/objects/EthereumAddress"; export declare class Message { author: EthereumAddress; timestamp: number; data: any; constructor(author: EthereumAddress, timestamp: number, data: any); } //# sourceMappingURL=Message.d.ts.map