UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines 320 B
import type { AndroidSignedKey } from './android-signed-key'; export interface AndroidIntermediateSigningKey { signatures: string; signedKey: AndroidSignedKey; } export declare const emptyAndroidIntermediateSigningKey: AndroidIntermediateSigningKey; //# sourceMappingURL=android-intermediate-signing-key.d.ts.map