@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
14 lines • 507 B
TypeScript
import { PublicIdentifier, EthereumAddress, GatewayUrl, EPaymentType } from "@hypernetlabs/objects";
import React from "react";
interface PaymentWidgetProps {
counterPartyAccount?: PublicIdentifier;
amount?: string;
expirationDate?: number;
requiredStake?: string;
paymentTokenAddress?: EthereumAddress;
gatewayUrl?: GatewayUrl;
paymentType?: EPaymentType;
}
export declare const PaymentWidget: React.FC<PaymentWidgetProps>;
export {};
//# sourceMappingURL=PaymentWidget.d.ts.map