Update SendDetailsStackParamList.ts

This commit is contained in:
Marcos Rodriguez Velez 2024-10-02 20:56:20 -04:00
parent 9080d50240
commit 238d5fd208

View File

@ -35,7 +35,7 @@ export type SendDetailsStackParamList = {
};
PsbtWithHardwareWallet: {
memo?: string;
walletID?: string;
walletID: string;
launchedBy?: string;
psbt?: Psbt;
txhex?: string;