UNPKG

@test-org122/hypernet-core

Version:

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

5 lines 236 B
import { EthereumAddress } from "@interfaces/objects"; export declare class ChannelUtils { static getChannelId(consumerAddress: EthereumAddress, providerAddress: EthereumAddress): string; } //# sourceMappingURL=ChannelUtils.d.ts.map