UNPKG

@test-org122/hypernet-core

Version:

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

6 lines (4 loc) 193 B
import { EthereumAddress } from "@test-org122/utils/src/objects/EthereumAddress"; export class ThreadMetadata { constructor(public address: string, public userAddress: EthereumAddress) {} }