UNPKG

@hypernetlabs/objects

Version:
8 lines 262 B
import { EthereumAddress } from "./EthereumAddress"; export declare class Message { author: EthereumAddress; timestamp: number; data: any; constructor(author: EthereumAddress, timestamp: number, data: any); } //# sourceMappingURL=Message.d.ts.map