void confirmTxSignature(String reqId, String? mnemonic) { jsCallVoidReturn( '${TX_SIGN_CONFIRMATION_JS_FN_NAME}("$reqId", "${mnemonic ?? ''}")'); }