UNPKG

@test-org122/hypernet-core

Version:

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

7 lines 285 B
import { EthereumAddress } from "@test-org122/utils/src/objects/EthereumAddress"; export declare class ThreadMetadata { address: string; userAddress: EthereumAddress; constructor(address: string, userAddress: EthereumAddress); } //# sourceMappingURL=ThreadMetadata.d.ts.map