UNPKG

@rnw-community/react-native-payments

Version:

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

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