UNPKG

@test-org122/hypernet-core

Version:

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

19 lines 1.07 kB
import { ChainAddresses, ChainProviders, PublicIdentifier } from "@connext/vector-types"; import { EthereumAddress } from "@test-org122/utils/src/objects/EthereumAddress"; export declare class HypernetConfig { iframeSource: string; routerMnemonic: string; routerPublicIdentifier: PublicIdentifier; chainId: number; routerUrl: string; hypertokenAddress: EthereumAddress; hypernetProtocolDomain: string; defaultPaymentExpiryLength: number; chainProviders: ChainProviders; hypernetProtocolSpace: string; openThreadKey: string; chainAddresses: ChainAddresses; merchantIframeUrl: string; constructor(iframeSource: string, routerMnemonic: string, routerPublicIdentifier: PublicIdentifier, chainId: number, routerUrl: string, hypertokenAddress: EthereumAddress, hypernetProtocolDomain: string, defaultPaymentExpiryLength: number, chainProviders: ChainProviders, hypernetProtocolSpace: string, openThreadKey: string, chainAddresses: ChainAddresses, merchantIframeUrl: string); } //# sourceMappingURL=HypernetConfig.d.ts.map