UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines 243 B
export interface AndroidSignedMessage { encryptedMessage: string; ephemeralPublicKey: string; tag: string; } export declare const emptyAndroidSignedMessage: AndroidSignedMessage; //# sourceMappingURL=android-signed-message.d.ts.map