UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

9 lines 305 B
export interface IosPaymentDataHeader { applicationData?: string; ephemeralPublicKey: string; publicKeyHash: string; transactionId: string; wrappedKey: string; } export declare const emptyIosPaymentDataHeader: IosPaymentDataHeader; //# sourceMappingURL=ios-payment-data-header.d.ts.map