UNPKG

@test-org122/hypernet-core

Version:

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

16 lines 744 B
import { EthereumAddress } from "@test-org122/utils/src/objects/EthereumAddress"; import "reflect-metadata"; export declare class EstablishLinkRequest { linkId: string; consumer: EthereumAddress; provider: EthereumAddress; paymentToken: EthereumAddress; merchantUrl: string; threadAddress: string; constructor(linkId: string, consumer: string, provider: string, paymentToken: EthereumAddress, merchantUrl: string, threadAddress: string); } export declare class EstablishLinkRequestWithApproval extends EstablishLinkRequest { approve: (approve: boolean) => void; constructor(establishLinkRequest: EstablishLinkRequest, approve: (approve: boolean) => void); } //# sourceMappingURL=EstablishLinkRequest.d.ts.map